-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@aggregion/dmp-contracts",
"version": "0.0.34",
"description": "",
"keywords": [],
"homepage": "https://github.com/aggregion/agg-dmp-contracts#readme",
"bugs": {
"url": "https://github.com/aggregion/agg-dmp-contracts/issues"
},
"license": "CC BY-NC-SA 4.0",
"author": "",
"files": [
"js/",
"test/",
"typings/",
"README.md"
],
"main": "js/index.js",
"module": "js/index.js",
"types": "./typings/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/aggregion/agg-dmp-contracts.git"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": "=10.9.0"
},
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"check-types": "^11.1.2",
"eosjs": "^20.0.3",
"http-proxy-agent": "^4.0.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"mocha": "^7.1.1",
"release-it": "^13.6.2",
"sinon": "^9.0.1",
"yesno": "^0.3.1"
},
"scripts": {
"test": "mocha ./test/**/*.test.js"
}
}