-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.04 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "quick-mongo-super",
"version": "3.0.2",
"description": "Quick Mongo Super is a light-weight and easy-to-use Node.js module written in TypeScript to work with MongoDB.",
"main": "./dist/src/index.js",
"types": "./dist/typings/src/index.d.ts",
"scripts": {
"test": "jest",
"build": "rm -rf ./dist && tsc",
"postinstall": "node postinstall.js",
"lint": "bash ./scripts/lint.sh",
"lint:fix": "bash ./scripts/lint.sh --fix"
},
"author": "shadowplay1 <[email protected]>",
"license": "MIT",
"dependencies": {
"mongoose": "^8.5.3",
"node-fetch": "^2.6.7"
},
"directories": {
"lib": "./dist",
"test": "./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shadowplay1/quick-mongo-super.git"
},
"keywords": [
"mongo",
"mongodb",
"db",
"database",
"nosql",
"cloud",
"cloud-database",
"clouddatabase",
"super",
"quick-mongo",
"quick.db",
"quick-db",
"quick-mongo-db",
"quick-mongo-super",
"quick",
"easy",
"simple",
"fast",
"lightweight",
"clouddata",
"data",
"cache",
"cached",
"caching",
"cache-data",
"cached-data",
"caching-data",
"cache-database",
"cached-database",
"caching-database",
"cloud-data",
"wrapper",
"mongo.js",
"mongodb.js",
"easy-mongo",
"quick.mongo",
"quick.mongo-super",
"quick.mongo.super",
"quick-mongo.super",
"quick mongo super",
"quick mongo",
"easy mongo",
"shadowplay"
],
"bugs": {
"url": "https://github.com/shadowplay1/quick-mongo-super/issues"
},
"homepage": "https://github.com/shadowplay1/quick-mongo-super#readme",
"devDependencies": {
"@commitlint/config-conventional": "^18.4.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.7",
"@types/node-fetch": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.18.1",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.5.4"
}
}