-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 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
{
"name": "jsldb",
"version": "1.0.3",
"description": "JavaScript Local Database",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "node_modules/.bin/jest --no-cache --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jechasteen/jsldb.git"
},
"keywords": [
"JavaScript",
"database",
"JSON",
"object",
"local"
],
"author": "Jonathan Chasteen <jonathan.chasteen@live.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jechasteen/jsldb/issues"
},
"homepage": "https://jechasteen.github.io/jsldb",
"devDependencies": {
"codecov": "^3.7.2",
"docdash": "^1.2.0",
"eslint": "^7.8.1",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"faker": "^4.1.0",
"jest": "^26.4.2"
},
"dependencies": {}
}