-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 956 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": "ognom",
"main": "target/src/index.js",
"types": "target/src/index.d.ts",
"description": "Ognom.",
"version": "0.1.0",
"author": "CoNarrative, Inc.",
"keywords": [
"mongodb",
"mock",
"stub",
"in memory"
],
"scripts": {
"test": "node_modules/.bin/tsc && node_modules/.bin/mocha target/test",
"prepare": "node_modules/.bin/tsc && cp -a target/src/. lib"
},
"engines": {
"node": ">=8.4.0"
},
"dependencies": {
"fs-extra": "^2.0.0",
"mongodb": "^3.0.2",
"mongodb-prebuilt": "^6.3.3",
"uuid": "^3.0.1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/fs-extra": "~0.0.37",
"@types/mocha": "^2.2.43",
"@types/mongodb": "^3.0.5",
"@types/node": "^6.0.58",
"@types/node-uuid": "0.0.28",
"chai": "^4.1.2",
"mocha": "~2.2.4",
"typescript": "^2.7.1"
},
"repository": "https://github.com/CoNarrative/ognom",
"license": "Apache-2.0"
}