-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node index.ts",
"dev": "nodemon -q index.js",
"dev:ts": "nodemon --watch '*.ts' --exec 'ts-node -r' ./index.ts",
"ts": "ts-node"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^7.6.0",
"bcrypt": "^5.1.1",
"chalk": "^4.1.2",
"color-convert": "^2.0.1",
"csv": "^6.3.6",
"fractional": "^1.0.0",
"google-auth-library": "^9.4.1",
"googleapis": "^129.0.0",
"inquirer": "^8.2.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"nodemon": "^2.0.15",
"ts-node": "^10.7.0",
"typescript": "^4.6.2",
"yup": "^0.32.11",
"zod": "^3.20.6",
"ztable": "^1.0.7"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/color-convert": "^2.0.0",
"@types/jsonwebtoken": "^8.5.8",
"ansi-escapes": "^6.0.0",
"terminal-link": "^3.0.0"
}
}