-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.09 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
{
"name": "phoenix",
"version": "1.0.0",
"description": "A pure JavaScript command shell powered by Synchronet in Docker",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/concurrently --prefix \"[{name} {time}]\" -t \"HH:mm:ss\" -c \"bgGreen.bold,bgCyan.bold,bgMagenta.bold,bgBlue.bold,bgYellow.bold\" --kill-others-on-fail -n system,compiler \"docker-compose up\" \"tsc --watch\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/euphoriabbs/phoenix.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/euphoriabbs/phoenix/issues"
},
"homepage": "https://github.com/euphoriabbs/phoenix#readme",
"dependencies": {
"@types/node": "^14.6.0",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"concurrently": "^5.3.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"terminal-kit": "^1.42.0",
"typescript": "^4.0.2"
}
}