-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 997 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
{
"name": "Good-Morning",
"version": "1.0.0",
"description": "Um projeto para dizer bom dia ou boa noite com frases motivacionais.",
"main": "./build/index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev --inspect --transpile-only --ignore-watch node_modules ./src/index.ts",
"start": "node ./build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clean-Software/Good-Morning.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/Clean-Software/Good-Morning/issues"
},
"homepage": "https://github.com/Clean-Software/Good-Morning#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.1",
"express": "^4.17.2",
"iconv-lite": "^0.6.3",
"node-fetch": "2",
"slugify": "^1.6.5"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node-fetch": "^2.6.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.5.5"
}
}