-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 872 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
{
"name": "json-key-value-pgstore",
"version": "0.0.0",
"description": "",
"main": "src/index.mjs",
"type": "module",
"types": "types/index.d.mts",
"scripts": {
"test": "zUnit",
"types": "tsc",
"format": "prettier --ignore-unknown --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sithmel/json-key-value-pgstore.git"
},
"keywords": [
"json",
"stream"
],
"author": "Maurizio Lupo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sithmel/json-key-value-pgstore/issues"
},
"homepage": "https://github.com/sithmel/json-key-value-pgstore#readme",
"devDependencies": {
"@types/node": "^20.9.0",
"@types/web": "^0.0.119",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"zunit": "^4.0.2"
},
"prettier": {
"semi": false
}
}