-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 850 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
{
"name": "api-node-typescript-",
"version": "1.0.0",
"description": "api with node & typescript",
"main": "index.js",
"scripts": {
"start": "npm run build && node ./dist/index.js",
"dev": "tsnd index.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emersonovidio/api-node-typescript-.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emersonovidio/api-node-typescript-/issues"
},
"homepage": "https://github.com/Emersonovidio/api-node-typescript-#readme",
"devDependencies": {
"@types/node": "^17.0.27",
"dotenv": "^16.0.0",
"mysql2": "^2.3.3",
"typescript": "^4.6.3"
},
"dependencies": {
"@types/express": "^4.17.13",
"http-status-codes": "^2.2.0",
"ts-node-dev": "^1.1.8"
}
}