-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "scdp-projects-orchestrator",
"version": "0.5.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"build": "rm -rf ./dist/ && tsc -p tsconfig.json",
"dev:run": "ts-node-dev src/main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amine-abdelli/projects-orchestrator.git"
},
"keywords": [
"cli"
],
"author": "amine-abdelli <[email protected]>",
"license": "ISC",
"devDependencies": {
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.9",
"cross-env": "^7.0.3",
"react-component-files-generator": "^1.0.8",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.3"
},
"dependencies": {
"axios": "^1.5.1",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"inquirer": "^8.0.0",
"ts-node-dev": "^2.0.0"
},
"bugs": {
"url": "https://github.com/amine-abdelli/projects-orchestrator/issues"
},
"homepage": "https://github.com/amine-abdelli/projects-orchestrator#readme"
}