-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "flapjack-bytes",
"version": "0.1.0",
"description": "BrAPI enabled Flapjack style graphical previews of genotype data",
"main": "flapjack-bytes.js",
"scripts": {
"build": "rollup -c",
"test": "mocha --require @babel/register --reporter=nyan"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cropgeeks/flapjack-bytes.git"
},
"keywords": [],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/cropgeeks/flapjack-bytes/issues"
},
"homepage": "https://github.com/cropgeeks/flapjack-bytes#readme",
"devDependencies": {
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"chai": "^4.3.4",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"mocha": "^9.1.3",
"rollup": "^2.66.3"
},
"dependencies": {
"axios": "^0.23.0",
"node-interval-tree": "^2.0.0"
}
}