-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 830 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
{
"name": "fundering",
"version": "2.4.7",
"description": "",
"main": "distribution/index.js",
"types": "distribution/index.d.ts",
"scripts": {
"prepublishOnly": "npm run build",
"test": "npm run build",
"build": "npm i && npm run clean && tsc",
"clean": "rimraf distribution/*"
},
"devDependencies": {
"@types/node": "20.12.3",
"rimraf": "3.0.2",
"mongoose": "8.9.5",
"tslint": "5.20.0",
"typescript": "5.4.5"
},
"peerDependencies": {
"mongoose": ">= 8.9.5"
},
"repository": "git+https://github.com/MartinDrost/fundering.git",
"author": "MartinDrost",
"license": "ISC",
"bugs": "https://github.com/MartinDrost/fundering/issues",
"homepage": "https://github.com/MartinDrost/fundering#readme",
"keywords": [],
"dependencies": {
"bson": "^6.6.0"
}
}