-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "eos-transit-scatter-provider",
"version": "4.0.7",
"description": "Scatter app wallet provider for eos-transit",
"license": "UNLICENSED",
"main": "lib/index.js",
"module": "lib/index.js",
"types": "lib",
"scripts": {
"echo": "echo \"================== eos-transit-scatter-provider ===================\"",
"installpkg": "yarn echo && npm install",
"clean": "rm -rf lib && rm -rf umd",
"prebuild": "yarn clean",
"build": "../../node_modules/typescript/bin/tsc",
"build-production": "yarn build && TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack",
"watch": "../../node_modules/typescript/bin/tsc -w",
"test": "",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json -p ./tsconfig.json"
},
"dependencies": {
"eos-transit": "^4.0.7",
"scatterjs-core": "2.7.18",
"scatterjs-plugin-eosjs2": "1.5.0"
},
"devDependencies": {
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"prettier": {
"singleQuote": true,
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"bracketSpacing": true
},
"gitHead": "2540a6a5c87f61e4487d67673a4579bec0ea8feb"
}