-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@spencejs/spence-pg-repos",
"version": "0.10.2",
"main": "./src/index.js",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@spencejs/spence-events": "^0.10.2",
"fastify-plugin": "5.0.1",
"http-errors": "^2.0.0",
"knex": "sloops77/knex#c3dc4f84d6c741b79f0564c1958e251adfdee2a0",
"lodash": "~4.17.15",
"p-settle": "^4.0.1",
"pg": "8.13.3",
"pg-types": "~4.0.0",
"uuid": "~11.1.0"
},
"devDependencies": {
"@spencejs/spence-config": "^0.10.2",
"@types/lodash": "~4.17.4",
"@types/node": "~22.13.4",
"await-sleep": "~0.0.1",
"eslint": "~8.57.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-config-prettier": "~10.0.1",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-prettier": "~5.2.1",
"jest": "29.7.0",
"jest-junit": "~16.0.0",
"pino-pretty": "~13.0.0",
"prettier": "~3.5.0",
"typescript": "~5.7.2"
},
"scripts": {
"lint": "eslint src test --fix",
"test": "jest test --runInBand --coverage"
},
"description": "Spencer - An opinionated table based persistence framework For nodejs",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sloops77/spencer.git"
},
"keywords": [
"API",
"framework"
],
"author": "Andres Olave",
"bugs": {
"url": "https://github.com/sloops77/spencer/issues"
},
"homepage": "https://github.com/sloops77/spencer#readme",
"gitHead": "4632a8f00eef0389018e6562d37817a1a350b591"
}