-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "flavor-builder",
"version": "5.0.2",
"description": "Make an indexable website from a flavor (a bunch of views in the visualizer)",
"main": "src/index.js",
"bin": "bin/build.js",
"scripts": {
"eslint": "eslint src bin",
"eslint-fix": "npm run eslint -- --fix",
"test": "npm run eslint"
},
"keywords": [
"visualizer",
"build"
],
"author": "Daniel Kostro",
"license": "MIT",
"volta": {
"node": "20.12.2"
},
"dependencies": {
"debug": "^4.3.4",
"flavor-utils": "^3.2.0",
"fs-extra": "^11.2.0",
"is-running": "^2.1.0",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"minimst": "^0.0.1-security",
"request": "^2.79.0",
"swig": "^1.4.2",
"visualizer-on-tabs": "git+https://github.com/cheminfo/visualizer-on-tabs#ba568861e66854a75546702ec68762c35b00dd66"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-cheminfo": "^5.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cheminfo/flavor-builder.git"
}
}