forked from sloops77/spencer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.59 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
59
60
61
62
{
"name": "@spencejs/spence-mongo-repos",
"version": "0.8.1",
"main": "./src/index.js",
"types": "./types/index.d.ts",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@spencejs/spence-events": "^0.8.1",
"fastify-plugin": "4.5.0",
"http-errors": "^2.0.0",
"lodash": "~4.17.15"
},
"devDependencies": {
"@spencejs/spence-config": "^0.8.1",
"@types/http-errors": "^1.8.0",
"@types/lodash": "~4.14.149",
"@types/mongodb": "~4.0.7",
"@types/node": "~18.13.0",
"await-sleep": "~0.0.1",
"eslint": "~8.34.0",
"eslint-config-airbnb-base": "~15.0.0",
"eslint-config-prettier": "~8.5.0",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~4.2.1",
"jest": "28.1.3",
"jest-junit": "~14.0.0",
"mongodb": "~4.8.1",
"pino-pretty": "~9.1.1",
"prettier": "~2.7.1",
"shortid": "^2.2.15",
"typescript": "~4.7.4",
"uuid": "~8.3.2"
},
"peerDependencies": {
"mongodb": "~4.8.1"
},
"scripts": {
"lint": "eslint src test --fix",
"test": "jest test --runInBand --coverage"
},
"description": "Spencer - An opinionated mongo 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": "e5640ff1eda85b2477b2940b2f6cebca74726d80"
}