-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "@xod/typebox-to-mongoose-schema-definition",
"version": "1.0.0",
"description": "Convert Typebox to Mongoose schema definition",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xodder/typebox-to-mongoose-schema-definition.git"
},
"keywords": [],
"author": "Stephen Odebiyi",
"license": "ISC",
"bugs": {
"url": "https://github.com/xodder/typebox-to-mongoose-schema-definition/issues"
},
"homepage": "https://github.com/xodder/typebox-to-mongoose-schema-definition#readme",
"scripts": {
"prepublish": "tsc",
"lint": "eslint --ext .js,.ts,.tsx"
},
"dependencies": {},
"peerDependencies": {
"@sinclair/typebox": "^0.25.10",
"mongoose": "^6.8.0"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"typescript": "4.9.4"
}
}