forked from ramroll/skedo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.68 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
{
"name": "@skedo/project",
"version": "0.0.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node ./scripts/bootstrap/bootstrap.ts start",
"reinstall": "ts-node ./scripts/bootstrap/bootstrap.ts reinstall",
"install-link": "ts-node ./scripts/bootstrap/bootstrap.ts install-link",
"list": "ts-node ./scripts/bootstrap/bootstrap.ts list",
"npm-clear": "ts-node ./scripts/bootstrap/bootstrap.ts clear",
"dev": "ts-node ./scripts/bootstrap/bootstrap.ts dev",
"build": "ts-node ./scripts/bootstrap/bootstrap.ts build",
"publish": "ts-node ./scripts/bootstrap/bootstrap.ts publish",
"set-all-ver": "ts-node ./scripts/bootstrap/bootstrap.ts set-all-ver",
"use-lib-es": "ts-node ./scripts/bootstrap/bootstrap.ts use-lib-es",
"build-ts": "ts-node ./scripts/bootstrap/bootstrap.ts build-ts",
"use-lib-ts": "ts-node ./scripts/bootstrap/bootstrap.ts use-lib-ts",
"install-dep": "ts-node ./scripts/bootstrap/bootstrap.ts install-dep",
"serve": "ts-node ./scripts/bootstrap/bootstrap.ts serve",
"help": "ts-node ./scripts/bootstrap/bootstrap.ts help"
},
"repository": {
"type": "git",
"url": "[email protected]:skedo/skedo-01class.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"figlet": "^1.5.0",
"inquirer": "^8.1.2",
"ramda": "^0.27.1",
"rxjs": "^7.3.0",
"typescript": "^4.4.3",
"yargs-parser": "^20.2.9"
},
"devDependencies": {
"@types/node": "^16.6.1",
"@types/yargs-parser": "^20.2.1",
"autod": "^3.0.1",
"eslint-plugin-autofix": "^1.0.5",
"typescript-plugin-css-modules": "^3.4.0"
}
}