-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
77 lines (77 loc) · 2.55 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
{
"name": "@fairdatasociety/fds",
"version": "0.2.3",
"description": "App Toolkit for the Web3 Generation",
"main": "./dist/ES5/index.js",
"scripts": {
"pre-commit": "pretty-quick --staged",
"test": "npm run compile && TESTENV=noordung truffle test --network noordung",
"test-goerli": "npm run compile && TESTENV=goerli truffle test --network goerli",
"test-xdai": "npm run compile && TESTENV=xdai truffle test --network xdai",
"test-dev": "npm run compile && TESTENV=test truffle test --network test",
"test-dev-inspect": "npm run compile && TESTENV=test node --inspect ./node_modules/truffle/build/cli.bundled.js test --network=test",
"compile": "babel --copy-files lib --out-dir dist/ES5",
"build": "npm run compile && webpack --mode production --config webpack.config.js",
"build-dev": "npm run compile && webpack --mode development --config webpack.config.js",
"analyse": "npm run compile && webpack --mode production --config webpack.config.analyse.js",
"prepare": "npm run build",
"dev-chain": "ganache-cli --networkId 235813 -l 80000000 -m 'enough pipe can mule vibrant rice autumn genuine public brisk news erupt'",
"pretty": "prettier --write ."
},
"author": "significance",
"license": "ISC",
"directories": {
"lib": "lib"
},
"dependencies": {
"@ethersphere/bee-js": "3.1.0",
"axios": ">=0.21.1",
"buffer": "^5.4.3",
"dotenv": "^15.0.0",
"eth-ens-namehash": "^2.0.8",
"file-saver": "^2.0.2",
"web3": "^1.6.0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fairDataSociety/fds.js.git"
},
"keywords": [
"decentralised",
"fds",
"fairdatasociety",
"fair",
"data",
"society",
"fairdata",
"swarm",
"ethereum"
],
"bugs": {
"url": "https://github.com/fairDataSociety/fds.js/issues"
},
"homepage": "https://github.com/fairDataSociety/fds.js#readme",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/node": "^7.6.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@ensdomains/ens": "^0.5.0",
"@truffle/hdwallet-provider": "^1.0.39",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"form-data": "^3.0.0",
"ifdef-loader": "^2.1.4",
"pre-commit": "^1.2.2",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9"
},
"pre-commit": [
"pre-commit"
]
}