-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 944 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
39
40
{
"name": "neo3-dapi",
"version": "1.0.1",
"description": "NEO N3 dAPI - NEP17",
"main": "./lib/neo3-dapi.min.js",
"types": "./lib/index.d.ts",
"scripts": {
"start": "webpack --mode development --watch",
"build": "webpack --mode development",
"dist": "webpack --mode production --env.DISTRIBUTION=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/O3Labs/neo3-dapi.git"
},
"author": "o3.network",
"license": "MIT",
"bugs": {
"url": "https://github.com/O3Labs/neo3-dapi/issues"
},
"homepage": "https://github.com/O3Labs/neo3-dapi",
"devDependencies": {
"ts-loader": "5.2.2",
"tslint": "5.11.0",
"tslint-loader": "3.5.4",
"typescript": "3.1.3",
"webpack": "4.21.0",
"webpack-cli": "3.1.2"
},
"keywords": [
"neo",
"neo n3",
"dapi",
"web3"
],
"dependencies": {
"o3-dapi-core": "^0.3.13",
"o3-dapi-neo3": "1.0.4"
}
}