-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
86 lines (86 loc) · 2.32 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "dav-js",
"version": "0.1.19",
"description": "",
"homepage": "https://github.com/DAVFoundation/dav-js#readme",
"bugs": {
"url": "https://github.com/DAVFoundation/dav-js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DAVFoundation/dav-js.git"
},
"license": "MIT",
"author": "DAV Foundation <tal@dav.network>",
"files": [
"dist",
"gulpfile.js"
],
"engines": {
"node": "~11.0.0"
},
"main": "./dist",
"types": "./dist",
"scripts": {
"preinstall": "find node_modules/ -name .git -type d -exec rm -rf {} + || exit 0",
"create-dist": "gulp create-dist",
"jest": "gulp jest",
"post-install": "gulp post-install",
"pre-publish": "gulp pre-publish",
"spellcheck": "gulp spellcheck",
"start-testnet": "dav-cli --start",
"tsc": "gulp tsc",
"tslint": "gulp tslint",
"typedoc": "gulp typedoc"
},
"dependencies": {
"@types/geodesy": "~1.2.0",
"@types/kafka-node": "~2.0.7",
"@types/promise-timeout": "~1.3.0",
"@types/retry": "~0.10.2",
"@types/uuid": "~3.4.4",
"@types/web3": "git+https://github.com/srfrnk/types-dav-web3.git",
"ajv": "~6.5.3",
"axios": "~0.18.0",
"geodesy": "~1.1.3",
"kafka-node": "~3.0.1",
"retry": "~0.12.0",
"rxjs": "~5.5.12",
"truffle-contract": "~3.0.4",
"truffle-hdwallet-provider": "0.0.7-beta.1",
"uuid": "~3.3.2",
"web3": "1.0.0-beta.36"
},
"devDependencies": {
"@types/jest": "~23.3.2",
"@types/node": "~10.9.4",
"babel-core": "~6.26.3",
"babel-loader": "~7.1.5",
"babel-plugin-transform-regenerator": "~6.26.0",
"babel-polyfill": "~6.26.0",
"babel-preset-env": "~1.7.0",
"gulp": "~3.9.1",
"gulp-clean": "~0.4.0",
"gulp-eslint": "~4.0.2",
"gulp-jest": "~4.0.2",
"gulp-merge": "~0.1.1",
"gulp-nodemon": "~2.2.1",
"gulp-shell": "~0.6.5",
"gulp-sourcemaps": "~2.6.4",
"gulp-ts-spellcheck": "~1.3.4",
"gulp-tslint": "~8.1.3",
"gulp-typedoc": "~2.2.0",
"gulp-typescript": "~5.0.0-alpha.3",
"i": "~0.3.6",
"jest": "~23.6.0",
"jest-cli": "~22.4.4",
"ts-jest": "~23.1.4",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typedoc": "~0.11.1",
"typescript": "~2.9.2",
"webpack": "~4.20.2",
"webpack-cli": "~3.1.1",
"webpack-merge": "~4.1.4"
}
}