-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 948 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
{
"name": "ws-cli",
"version": "1.2.1",
"main": "lib/index.js",
"repository": "git+https://github.com/shrihanDev/ws-cli",
"author": "shrihanDev <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"chalk": "^4.1.2",
"figlet": "^1.5.2",
"log-symbols": "^4.1.0",
"lolcatjs": "^2.4.1",
"vorpal": "^1.12.0",
"ws": "^8.9.0"
},
"scripts": {
"lint": "eslint --fix ./src/*",
"dev": "tsnd --clear --respawn --transpile-only -- src/index.ts",
"build": "tsc --sourceMap false"
},
"devDependencies": {
"@types/figlet": "^1.5.5",
"@types/node": "^18.8.3",
"@types/vorpal": "^1.12.2",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
}
}