-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 940 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
41
{
"name": "node-file-db",
"version": "1.0.5",
"description": "file db",
"main": "dist/index.js",
"types": "typing/control.d.ts",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xingzhewj/node-file-db.git"
},
"keywords": [
"file",
"db"
],
"engines": {
"node": ">= 6.4.0"
},
"author": "walker",
"license": "MIT",
"bugs": {
"url": "https://github.com/xingzhewj/node-file-db/issues"
},
"homepage": "https://github.com/xingzhewj/node-file-db#readme",
"devDependencies": {
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/jest": "^26.0.5",
"awesome-typescript-loader": "^5.2.1",
"jest": "^26.1.0",
"typescript": "^3.9.7",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"redux": "^4.0.5"
}
}