-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 925 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
34
35
36
{
"name": "cheminfo-build",
"version": "1.2.0",
"description": "CLI tool to build ChemInfo packages",
"keywords": [],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"bin",
"src"
],
"bin": "./bin/cheminfo-build.js",
"author": "Michaël Zasso",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cheminfo/tools.git"
},
"bugs": {
"url": "https://github.com/cheminfo/tools/issues"
},
"homepage": "https://github.com/cheminfo/tools",
"dependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^4.0.0",
"rollup": "^2.52.1",
"rollup-plugin-terser": "^7.0.2",
"yargs": "^17.0.1"
}
}