-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 834 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 834 Bytes
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
{
"name": "@knowark/modelarkjs",
"version": "0.22.4",
"description": "Models Definition and Application Data Access Library",
"main": "lib/index.js",
"type": "module",
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' npx jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knowark/modelarkjs.git"
},
"keywords": [
"model",
"database",
"in-memory",
"postgresql",
"json"
],
"author": "Knowark",
"license": "ISC",
"bugs": {
"url": "https://github.com/knowark/modelarkjs/issues"
},
"jest": {
"transform": {}
},
"standard": {
"ignore": [
"*.d.ts"
]
},
"homepage": "https://github.com/knowark/modelarkjs#readme",
"devDependencies": {
"jest": "^29.5.0",
"standard": "next"
}
}