forked from wavesplatform/assets-pairs-order
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@turtlenetwork/assets-pairs-order",
"version": "4.0.3",
"main": "src/index.js",
"types": "src/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TurtleNetwork/assets-pairs-order"
},
"scripts": {
"build:browser": "rollup -c rollup.config.js",
"test": "jest --reporters=jest-junit",
"prepublish": "yarn test && yarn build:browser"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"jest": "^22.4.3",
"jest-junit": "^10.0.0",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.58.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-babel-minify": "^4.0.0",
"rollup-plugin-cleanup": "^2.0.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.2.0",
"rollup-plugin-node-resolve": "^3.3.0"
},
"dependencies": {
"bs58": "^4.0.1"
},
"jest": {
"testURL": "http://localhost/"
}
}