-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.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": "1.5.0",
"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/wasm-dpp": "workspace:*",
"chai": "^4.3.10",
"dirty-chai": "^2.0.1",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.0",
"mocha": "^10.2.0",
"sinon": "^17.0.1",
"sinon-chai": "^3.7.0"
}
}