-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.27 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
{
"name": "inpm-cli",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"babel": "./node_modules/.bin/babel src --out-dir bin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wild-cards/immutable-npm.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wild-cards/immutable-npm/issues"
},
"homepage": "https://github.com/wild-cards/immutable-npm#readme",
"bin": {
"inpm": "./bin/cli.js"
},
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/preset-react": "^7.9.4",
"arql-ops": "https://arweave.net/ITTPLYoxidZzAJP50FQ03QJUSkkh9iKHcmMcLZOvqtQ",
"arweave": "^1.7.0",
"fs": "0.0.1-security",
"import-jsx": "^4.0.0",
"ink": "^2.7.1",
"ink-spinner": "^3.0.1",
"ink-text-input": "^3.2.2",
"ipfs": "^0.43.3",
"leftpad": "0.0.1",
"meow": "^7.0.0",
"orbit-db": "^0.23.1",
"react": "^16.13.1"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6"
},
"babel": {
"presets": [
"@babel/preset-react",
[
"@babel/preset-env",
{
"targets": {
"node": true
}
}
]
]
}
}