-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 836 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
{
"name": "kinase-cancer-predictions",
"version": "1.0.0",
"description": "AWS Lambda endpoint for predictions from https://academic.oup.com/nargab/article/3/4/lqab113/6456188",
"main": "build.ts",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeithKelleher/KinaseCancerPredictions.git"
},
"keywords": [
"Kinase"
],
"author": "Keith Kelleher",
"license": "MIT",
"bugs": {
"url": "https://github.com/KeithKelleher/KinaseCancerPredictions/issues"
},
"homepage": "https://github.com/KeithKelleher/KinaseCancerPredictions#readme",
"dependencies": {
"csv": "^6.0.5",
"fast-xml-parser": "^4.0.6",
"typescript": "^4.6.2",
"typescript-require": "^0.3.0"
}
}