package.json
{
"name": "start-rollup",
"version": "1.0.2",
"description": "A [start][] runner task for [rollup][] through [rolldown][] api",
"repository": "tunnckoCore/start-rollup",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://i.am.charlike.online)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "standard --verbose",
"pretest": "npm run lint",
"test": "npm run coverage",
"posttest": "npm run lint:coverage",
"coverage": "nyc node test.js",
"lint:coverage": "nyc check-coverage --lines 100 --branches 100 --statements 100 --functions 100",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify",
"precommit": "git add --all",
"commit": "git-cz"
},
"dependencies": {
"extend-shallow": "^2.0.1",
"rolldown": "*"
},
"devDependencies": {
"commitizen": "^2.9.2",
"coveralls": "^2.11.15",
"cz-conventional-changelog": "^1.2.0",
"fs-exists-sync": "^0.1.0",
"mukla": "^0.4.8",
"nyc": "^10.0.0",
"pre-commit": "^1.2.2",
"rollup-plugin-buble": "^0.15.0",
"standard": "^8.6.0",
"standard-version": "^4.0.0"
},
"files": [
"index.js"
],
"keywords": [
"babel",
"build",
"bundle",
"compile",
"esnext",
"modern",
"plugin",
"rollup",
"rollup-plugin",
"start",
"start-task",
"task",
"transpile"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engines": {
"node": ">=4",
"npm": ">=2"
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 3,
"footer": ""
},
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"always-done",
"minibase",
"try-catch-core",
"start",
"start-files",
"start-clean",
"start-write",
"start-babel",
"start-pretty-reporter"
],
"highlight": "always-done"
},
"reflinks": [
"always-done",
"async-done",
"base",
"charlike",
"commitizen",
"dezalgo",
"once",
"rollup",
"standard-version",
"start",
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
}
}