-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 723 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 723 Bytes
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
{
"name": "lecture",
"version": "1.0.0",
"description": "",
"main": "dist/descriptors/index.js",
"scripts": {
"build": "rimraf ./dist && tsc",
"descriptors": "npm run build && node ./dist/descriptors",
"proxy": "npm run build && node ./dist/proxy",
"decorators": "npm run build && node ./dist/decorators",
"sugoi": "npm run build && node ./dist/SugoiJS"
},
"author": "Orel Balilti",
"license": "MIT",
"dependencies": {
"@sugoi/core": "^3.1.1",
"@sugoi/orm": "^3.1.1",
"reflect-metadata": "^0.1.12",
"request": "^2.88.0",
"request-promise": "^4.2.2"
},
"devDependencies": {
"@types/node": "^10.12.9",
"rimraf": "^2.6.2",
"typescript": "^3.1.6"
}
}