cheminfo-tools
Version:
CLI tools to help cheminfo developers
68 lines (67 loc) • 1.69 kB
JSON
{
"name": "cheminfo-tools",
"version": "1.23.3",
"description": "CLI tools to help cheminfo developers",
"main": "src/index.js",
"scripts": {
"eslint": "eslint bin src test",
"eslint-fix": "npm run eslint -- --fix",
"test": "npm run test-only && npm run eslint",
"test-only": "jest"
},
"files": [
"bin",
"src"
],
"bin": {
"cheminfo": "./bin/cheminfo.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cheminfo/tools.git"
},
"keywords": [
"cheminfo",
"tools"
],
"author": "Michaël Zasso",
"contributors": [
"Miguel Asencio <maasencioh@gmail.com> (https://github.com/maasencioh)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/cheminfo/tools/issues"
},
"homepage": "https://github.com/cheminfo/tools",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"concat-stream": "^2.0.0",
"conventional-changelog": "^3.1.8",
"conventional-recommended-bump": "^5.0.0",
"debug": "^4.1.1",
"documentation": "^11.0.1",
"execa": "^1.0.0",
"fs-extra": "^8.0.1",
"ggit": "^2.4.11",
"inquirer": "^6.3.1",
"latest-version": "^5.1.0",
"parse-github-repo-url": "^1.4.1",
"semver": "^6.1.1",
"terminal-link": "^1.3.0",
"terser-webpack-plugin": "^1.3.0",
"touch": "^3.1.0",
"typedoc": "^0.14.2",
"webpack": "^4.34.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-cheminfo": "^1.20.1",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0"
}
}