-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1021 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 1021 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
40
41
42
43
44
45
46
47
48
49
{
"name": "localbased",
"version": "1.2.2",
"type": "module",
"author": "Owoade Anuoluwapo <[email protected]>",
"repository": "[email protected]:Owoade/localbased.git",
"license": "MIT",
"dependencies": {
"@types/express": "^4.17.14",
"@types/node": "^18.7.21",
"@types/prettier": "^2.7.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"joi": "^17.11.0",
"logie": "^1.0.9",
"open": "^8.4.0",
"prettier": "^2.7.1",
"sade": "^1.8.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/yargs": "^17.0.13",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.8.3"
},
"keywords": [
"local",
"database",
"CLI",
"REST"
],
"scripts": {
"dev": "ts-node bin/index",
"test": "jest --silent --timeout=10000"
},
"bin": {
"localbased": "./build/bin/index.cjs"
},
"localbase": {
"indexes": [
"name",
"users",
"lapses",
"name"
]
}
}