forked from dashpay/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1017 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
32
33
34
35
36
37
38
{
"name": "@dashevo/dashpay-contract",
"version": "0.23.0-dev.4",
"description": "Reference contract of the DashPay DPA on Dash Evolution",
"scripts": {
"lint": "eslint .",
"test": "yarn run test:unit",
"test:unit": "mocha 'test/unit/*.spec.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashevo/dashpay-contract.git"
},
"author": "Dash Core Team",
"contributors": [
{
"name": "Alex Werner",
"email": "[email protected]",
"url": "https://github.com/alex-werner"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dashevo/dashpay-contract/issues"
},
"homepage": "https://github.com/dashevo/dashpay-contract#readme",
"devDependencies": {
"@dashevo/dpp": "workspace:~",
"chai": "^4.3.4",
"dirty-chai": "^2.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"mocha": "^9.1.2",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0"
}
}