-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
41
42
{
"name": "@dashevo/dpns-contract",
"version": "3.1.0-dev.1",
"description": "A contract and helper scripts for DPNS DApp",
"scripts": {
"lint": "eslint .",
"test": "yarn run test:unit",
"test:unit": "mocha 'test/unit/**/*.spec.js'"
},
"contributors": [
{
"name": "Ivan Shumkov",
"email": "ivan@shumkov.ru",
"url": "https://github.com/shumkov"
},
{
"name": "Djavid Gabibiyan",
"email": "djavid@dash.org",
"url": "https://github.com/jawid-h"
},
{
"name": "Anton Suprunchuk",
"email": "anton.suprunchuk@dash.org",
"url": "https://github.com/antouhou"
},
{
"name": "Konstantin Shuplenkov",
"email": "konstantin.shuplenkov@dash.org",
"url": "https://github.com/shuplenkov"
}
],
"license": "MIT",
"devDependencies": {
"@dashevo/wasm-dpp": "workspace:*",
"chai": "^4.3.10",
"dirty-chai": "^2.0.1",
"eslint": "^9.18.0",
"mocha": "^11.1.0",
"sinon": "^18.0.1",
"sinon-chai": "^3.7.0"
}
}