-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.06 KB
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
{
"name": "cryptotrendbot",
"version": "1.0.0",
"description": "",
"main": "dist/app.js",
"scripts": {
"start": "ts-node src/app.ts",
"test": "jest --collectCoverage",
"test:watch": "jest --watch --collectCoverage",
"make-badges": "istanbul-badges-readme --statementsLabel='Test Coverage'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marvelefe/cryptotrendbot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marvelefe/cryptotrendbot/issues"
},
"homepage": "https://github.com/marvelefe/cryptotrendbot#readme",
"dependencies": {
"@types/express": "^4.17.13",
"axios": "^0.25.0",
"dotenv": "^16.0.0",
"express": "^4.18.1",
"module-alias": "^2.2.2",
"nodemon": "^2.0.19",
"ts-node": "^10.9.1",
"twitter-api-client": "^1.5.2"
},
"devDependencies": {
"@types/jest": "^28.1.6",
"@types/node": "^17.0.45",
"istanbul-badges-readme": "^1.8.2",
"jest": "^28.1.3",
"ts-jest": "^28.0.7",
"typescript": "^4.7.4"
}
}