-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 925 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
41
42
{
"name": "@slothking-online/node",
"version": "1.1.4",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"publishConfig": {
"access": "public"
},
"dependencies": {
"micro": "^9.3.1",
"mongoose": "^5.1.1",
"query-string": "^6.1.0",
"reflect-metadata": "^0.1.12",
"url": "^0.11.0",
"url-pattern": "^1.0.3"
},
"devDependencies": {
"@types/micro": "^7.3.1",
"@types/mongoose": "^5.0.14",
"@types/node": "^10.1.2",
"@types/query-string": "^5.1.0",
"grunt": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.19",
"micro-dev": "^3.0.0",
"typegoose": "^5.2.1",
"typescript": "^2.8.3"
},
"scripts": {
"build": "grunt",
"dev": "grunt watch",
"test": "jest"
},
"jest": {
"roots": [
"lib/"
]
},
"author": "Aexol <aexol@aexol.com> (http://aexol.com)",
"license": "ISC"
}