-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 915 Bytes
/
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
{
"name": "masa",
"version": "1.0.0",
"description": "Javascript API for MASA COIN",
"main": "index.js",
"scripts": {
"lint": "eslint index.js lib/**/*.js test/**/*.spec.js",
"lint:fix": "eslint --fix index.js lib/**/*.js test/**/*.spec.js",
"test": "mocha-webpack \"test/**/*.spec.js\"",
"build": "webpack"
},
"author": "Chaintope Inc.",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"chai": "^4.1.2",
"eslint": "^5.5.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}