-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 808 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
{
"name": "lite-model",
"version": "0.0.10",
"main": "dist/index.js",
"scripts": {
"build": "tsc ",
"clean": "tsc --build --clean",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"printj": "^1.3.0",
"ramda": "^0.27.1",
"sqlite": "^4.1.1",
"sqlite3": "^5.0.6"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^16.10.2",
"@types/ramda": "^0.27.45",
"prettier": "^2.4.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.3"
},
"directories": {
"lib": "lib"
},
"keywords": [],
"description": ""
}