-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 877 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
{
"name": "@bl1231/bilbomd-mongodb-schema",
"version": "1.4.9",
"description": "BilboMD Mongoose Schema",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"watch": "nodemon --watch src --ext ts,json --exec 'npm run build'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bl1231/bilbomd-mongodb-schema.git"
},
"author": "Scott Classen",
"license": "ISC",
"bugs": {
"url": "https://github.com/bl1231/bilbomd-mongodb-schema/issues"
},
"homepage": "https://github.com/bl1231/bilbomd-mongodb-schema#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"mongoose": "^8.9.3"
},
"devDependencies": {
"nodemon": "^3.1.9",
"typescript": "^5.7.2"
}
}