-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"author": {
"name": "Mark Voorberg",
"email": "mark@binaryops.ca"
},
"bugs": {
"url": "https://github.com/transomjs/transom-mongoose/issues"
},
"dependencies": {
"async": "^3.2.5",
"mongoose": "^8.1.0",
"mongoose-reverse-populate-v2": "^1.2.4"
},
"description": "Add Mongoose support to Transom servers",
"devDependencies": {
"chai": "^5.0.0",
"chai-datetime": "^1.8.0",
"coveralls": "^3.1.1",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"np": "^9.2.0",
"nyc": "^15.1.0",
"open-cli": "^8.0.0",
"pocket-registry": "^1.1.8",
"sinon": "^17.0.1"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/transomjs/transom-mongoose#readme",
"keywords": [
"transom",
"mongoose"
],
"license": "MIT",
"main": "index.js",
"name": "@transomjs/transom-mongoose",
"peerDependencies": {
"@transomjs/transom-core": "^2.0.7 || ^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/transomjs/transom-mongoose.git"
},
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"deploy": "np",
"test": "cross-env NODE_ENV=test nyc mocha",
"coverage": "cross-env NODE_ENV=test nyc --reporter=html mocha && open-cli ./coverage/index.html"
},
"version": "4.0.2"
}