-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 790 Bytes
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": "typescript-fetch-json",
"version": "1.0.0",
"description": "typescript fetch json",
"main": "compare.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:build": "tsc -w",
"start:run": "nodemon build/index.js",
"start": "concurrently npm:start:*"
},
"repository": {
"type": "git",
"url": "git@reachbharathangithub:reachbharathan/javascript.git"
},
"keywords": [
"javascript",
"practise"
],
"author": "Bharathan",
"license": "ISC",
"dependencies": {
"@types/node": "^13.11.0",
"@types/uuid": "^8.0.0",
"axios": "^0.21.1",
"cron-parser": "^2.15.0",
"js-yaml": "^3.13.1",
"moment": "^2.24.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5",
"uuid": "^8.0.0"
}
}