-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "homology",
"version": "0.6.0",
"description": "Genome homology API client",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"build": "webpack -p --mode production",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eweitz/homology.git"
},
"bugs": {
"url": "https://github.com/eweitz/homology/issues"
},
"homepage": "https://github.com/eweitz/homology",
"keywords": [
"genomics",
"biology",
"comparative",
"genomics",
"orthology",
"paralogy",
"service"
],
"author": "Eric Weitz",
"license": "CC0-1.0",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^3.1.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"jest": "^27.0.6",
"jest-cli": "^27.0.6",
"node-fetch": "^2.6.0",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}