rollup-plugin-prepack
Version:
Rollup plugin for Facebook Prepack - https://prepack.io
112 lines (111 loc) • 2.33 kB
JSON
{
"name": "rollup-plugin-prepack",
"version": "1.1.1",
"description": "Rollup plugin for Facebook Prepack - https://prepack.io",
"repository": "tunnckoCore/rollup-plugin-prepack",
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
"precommit.silent": true,
"licenseStart": 2017,
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "standard index.js test.js --fix --verbose",
"test": "jest --coverage",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify",
"git": "npm-run-all -s git:*",
"git:add": "git add --all",
"git:cz": "git-cz",
"commit": "npm-run-all -s test git"
},
"dependencies": {},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"jest": "^24.9.0",
"mukla": "^0.4.9",
"npm-run-all": "^4.0.2",
"nyc": "^10.3.0",
"pre-commit": "^1.2.2",
"prepack": "^0.2.54",
"rollup": "^1.29.0",
"standard": "^10.0.2",
"standard-version": "^4.0.0"
},
"peerDependencies": {
"prepack": "^0.2.54"
},
"funding": {
"url": "https://ko-fi.com/tunnckoCore/commissions"
},
"files": [
"index.js"
],
"keywords": [
"optimize",
"facebook",
"prepack",
"bundler",
"optimizer",
"bundles",
"pack",
"packager",
"rollup-plugin",
"plugin",
"rollup"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"verb": {
"run": true,
"toc": {
"render": true,
"method": "preWrite",
"maxdepth": 4
},
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"always-done",
"minibase",
"dush",
"dush-router",
"gibon",
"try-catch-core"
],
"highlight": "prepack"
},
"lint": {
"reflinks": true
},
"reflinks": [
"always-done",
"async-done",
"base",
"charlike",
"commitizen",
"dezalgo",
"once",
"standard-version",
"verb",
"verb-generate-readme"
]
},
"cov": {},
"nyc": {
"check-coverage": true,
"statements": 100,
"functions": 100,
"branches": 100,
"lines": 100
},
"engines": {
"node": ">=10.13"
}
}