-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 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
{
"name": "@easy-node/reflect",
"version": "0.0.25",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"license": "MIT",
"keywords": [
"@easy-node",
"@easy-node/reflect"
],
"author": "leo_ran",
"scripts": {
"test": "mocha --watch",
"doc": "typedoc --tsconfig tsconfig.json",
"build": "del-cli ./dist & del-cli ./docs & npm run doc & tsc",
"rebuild": "npm publish --access public --tag=beta"
},
"repository": {
"url": "https://github.com/leo-ran/easy-node-reflect.git",
"type": "github"
},
"dependencies": {
"@types/node": "^13.1.1",
"reflect-metadata": "^0.1.13",
"typescript": "^3.7.4"
},
"devDependencies": {
"@easy-node/server": "^0.0.2",
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"del-cli": "^3.0.0",
"mocha": "^7.0.0",
"ts-node": "^8.10.1",
"typedoc": "^0.17.6"
}
}