UNPKG

@slimio/bundler

Version:

SlimIO Archive (Addon & Core) Bundler

75 lines (74 loc) 2.01 kB
{ "name": "@slimio/bundler", "version": "0.4.2", "description": "SlimIO Archive (Addon & Core) Bundler", "main": "index.js", "scripts": { "start": "node index.js", "prepublishOnly": "pkg-ok", "test": "cross-env psp && ava --verbose", "doc": "jsdoc -c ./jsdoc.json -r -R ./README.md -P ./package.json --verbose", "coverage": "nyc npm test", "report": "nyc report --reporter=html" }, "repository": { "type": "git", "url": "git+https://github.com/SlimIO/Bundler.git" }, "keywords": [ "bundler", "slimio", "packager", "back-dce" ], "files": [ "index.js", "index.d.ts" ], "author": "SlimIO", "license": "MIT", "bugs": { "url": "https://github.com/SlimIO/Bundler/issues" }, "homepage": "https://github.com/SlimIO/Bundler#readme", "dependencies": { "@slimio/arg-checker": "^0.2.1", "@slimio/is": "^1.5.1", "@slimio/manifest": "^0.7.1", "@slimio/tarball": "^0.1.0", "get-dir-size": "^1.0.0", "nexe": "^3.3.1", "pretty-bytes": "^5.2.0" }, "devDependencies": { "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.2.0", "@escommunity/minami": "^1.0.0", "@slimio/eslint-config": "^3.0.3", "@slimio/psp": "^0.9.2", "ava": "^2.4.0", "cross-env": "^6.0.0", "eslint": "^6.4.0", "husky": "^3.1.0", "jsdoc": "^3.6.2", "nyc": "^14.1.1", "pkg-ok": "^2.3.1" }, "engines": { "node": ">=12" }, "husky": { "hooks": { "pre-push": "cross-env eslint index.js && npm test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "nyc": { "check-coverage": true, "per-file": false, "lines": 98, "statements": 98, "functions": 98, "branches": 90 } }