-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "rip-db",
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn rollup -c rollup.config.js",
"dev": "yarn rollup -c rollup.config.js -w"
},
"author": "[email protected]",
"license": "MIT",
"devDependencies": {
"@types/async-retry": "^1.4.4",
"@types/cors": "^2.8.12",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.13",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.3",
"typescript": "^4.7.4",
"rollup": "^2.77.0",
"rollup-plugin-polyfill-node": "^0.10.2",
"tslib": "^2.4.0"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zdenham/redis-ipfs.git"
},
"keywords": [
"redis",
"ipfs"
],
"bugs": {
"url": "https://github.com/zdenham/redis-ipfs/issues"
},
"homepage": "https://github.com/zdenham/redis-ipfs#readme"
}