-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage copy.json
50 lines (50 loc) · 1.45 KB
/
package copy.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
{
"name": "@docsit/client",
"version": "1.2.1",
"description": "",
"main": "lib/docsit-client.js",
"scripts": {
"build": "rm -rf lib && babel src --out-dir lib --copy-files --source-maps",
"test": "npx mocha lib/test/*.test.js --timeout 10000",
"generate-documentation": "npx jsdoc src/files.js -c jsdoc.js --destination documentation",
"prepare-publish": "npm run build && npm run test && npm run generate-documentation"
},
"author": {
"name": "Iñaki Arango",
"email": "[email protected]",
"url": "https://inaki-arango.com/"
},
"contributors": [
{
"name": "Hernan Lanusse",
"email": "[email protected]",
"url": "https://marsopasexy.com/"
}
],
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-preset-minify": "^0.5.1",
"better-docs": "^1.4.7",
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^6.2.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jsdoc": "^3.6.3",
"mocha": "^6.2.2",
"prettier": "^1.19.1"
},
"dependencies": {
"@trust/webcrypto": "^0.9.2",
"ipfs-http-client": "^40.0.1",
"web3": "^1.2.4"
}
}