-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1022 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": "HealthcareCodesetAPI",
"version": "1.0.0",
"description": "## Purpose To make codesets (ex: HCPCS, NDC) easily accessible for companies/projects.",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"update-codes": "node HCPCS_Loader.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tannerbyers/HealthcareCodesetAPI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tannerbyers/HealthcareCodesetAPI/issues"
},
"homepage": "https://github.com/tannerbyers/HealthcareCodesetAPI#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"extract-zip": "^2.0.1",
"got": "^11.8.0",
"jsdom": "^16.4.0",
"mongodb": "^3.6.3",
"node-cron": "^2.0.3",
"node-xlsx": "^0.15.0",
"nodemon": "^2.0.16"
}
}