-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
43
44
45
46
47
{
"name": "api-previsao-ondas",
"version": "1.0.0",
"description": "Api de previsão de ondas no Brasil",
"main": "src/index.js",
"scripts": {
"dev": "ts-node-dev -r tsconfig-paths/register --respawn --transpile-only src/index.ts",
"build": "tsc -p . && tscpaths -p tsconfig.json -s ./src -o ./dist",
"start-prod": "pm2 start ecosystem.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/andrelmlins/api-previsao-ondas.git"
},
"keywords": [
"api",
"previsao",
"ondas"
],
"author": "André Lins",
"license": "MIT",
"bugs": {
"url": "https://github.com/andrelmlins/api-previsao-ondas/issues"
},
"homepage": "https://github.com/andrelmlins/api-previsao-ondas#readme",
"dependencies": {
"axios": "^0.21.3",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"express": "^4.17.3",
"express-jsdoc-swagger": "^1.6.5",
"url": "^0.11.0",
"xml2js": "^0.4.20"
},
"devDependencies": {
"@types/body-parser": "^1.19.1",
"@types/cheerio": "^0.22.30",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/xml2js": "^0.4.9",
"ts-node-dev": "^1.1.8",
"tsconfig-paths": "^3.11.0",
"tsconfig-replace-paths": "^0.0.5",
"typescript": "^4.4.2"
}
}