just-build
Version:
A simple task runner that doesn't bloat your package
38 lines (37 loc) • 967 B
JSON
{
"name": "just-build",
"version": "0.9.24",
"description": "A simple task runner that doesn't bloat your package",
"author": "David Fahlander <https://github.com/dfahlander>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dfahlander/just-build.git"
},
"keywords": [
"taskrunner",
"script",
"build"
],
"bugs": {
"url": "https://github.com/dfahlander/just-build/issues"
},
"main": "./dist/index.js",
"bin": "./bin/just-build",
"scripts": {
"prebuild": "cd bundledExternals && rollup -c",
"build": "buble src -o dist",
"prepublish": "npm run build && npm run test",
"test": "mocha"
},
"devDependencies": {
"buble": "^0.15.2",
"chai": "^3.5.0",
"mocha": "^6.2.2",
"rollup": "^0.41.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rxjs-es": "^5.0.0-beta.12"
}
}