-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1023 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
38
39
{
"name": "ent-explore-schema",
"version": "0.0.1",
"description": "to explore the ent schema by creating rows in db based on schema",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "lolopinto",
"license": "MIT",
"dependencies": {
"@snowtop/ent": "^0.0.5",
"@snowtop/ent-email": "^0.0.1",
"@snowtop/ent-password": "^0.0.2",
"@snowtop/ent-phonenumber": "^0.0.1",
"@types/uuid": "^8.3.0",
"better-sqlite3": "^7.4.3",
"fast-csv": "^4.3.6",
"graph-data-structure": "^1.13.0",
"libphonenumber-js": "^1.9.17",
"luxon": "^1.26.0",
"minimist": "^1.2.5",
"node-sql-parser": "^3.6.1",
"pascal-case": "^3.1.2",
"pg": "^8.7.1",
"pluralize": "^8.0.0",
"snake-case": "^3.0.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/minimist": "^1.2.1",
"@types/pluralize": "^0.0.29",
"jest": "^26.6.3",
"ts-jest": "^26.5.6",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0"
}
}