-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 883 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
36
37
{
"name": "type-script-dice-guess-game",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"ahdgame": "dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.1.2",
"chalk-animation": "^2.0.3",
"figlet": "^1.5.2",
"gradient-string": "^2.0.2",
"inquirer": "^9.1.4",
"nanospinner": "^1.1.0",
"prompt-sync": "^4.2.0",
"random-int": "^3.0.0",
"ts-node-dev": "^2.0.0"
},
"devDependencies": {
"@types/chalk-animation": "^1.6.1",
"@types/figlet": "^1.5.5",
"@types/gradient-string": "^1.1.2",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.9",
"@types/prompt-sync": "^4.2.0",
"nodemon": "^2.0.20",
"typescript": "^4.9.3"
}
}