-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 945 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
{
"name": "mocking-dev",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "nodemon src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@types/cors": "^2.8.17",
"@types/uuid": "^9.0.8",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"ethers": "^5.6.8",
"express": "^4.19.2",
"iso-3166-2": "^1.0.0",
"postal-codes-js": "^2.5.2",
"typescript": "^5.4.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@colony/eslint-config-colony": "^10.0.0",
"@types/express": "^4.17.21",
"@types/iso-3166-2": "^1.0.3",
"@types/node": "^20.14.5",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"eslint": "^8.57.0",
"nodemon": "^3.1.3",
"ts-node": "^10.9.2"
}
}