-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 936 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
38
39
40
{
"name": "mongoose-parser",
"version": "0.0.10",
"description": "",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/iam-abdul/mongo-parser-visualizer.git"
},
"scripts": {
"dev": "NODE_ENV=dev nodemon -x \"clear && node index.js\" --ignore ast.json",
"test": "vitest"
},
"keywords": [
"mongodb schema parser",
"mongoose schema parser",
"mongoose schema",
"mongodb schema",
"schema parser",
"schema",
"parser",
"mongoose schema parser from file",
"mongoose schema parser from string",
"mongoose schema parser",
"mongoose-parser"
],
"author": "Abdul Rehman (Abd038)",
"license": "MIT",
"dependencies": {
"acorn": "^8.11.3",
"mongoose": "^8.3.4",
"typescript": "^5.4.5"
},
"devDependencies": {
"@playwright/test": "^1.44.0",
"nodemon": "^3.1.0",
"vitest": "^1.6.0"
}
}