pre-compiled
Version:
Targeted precompile for ES6 bundles for Node environments: versions 0.10, 0.11, 0.12, 4, 5
93 lines • 2.17 kB
JSON
{
"name": "pre-compiled",
"description": "Targeted precompile for ES6 bundles for Node environments: versions 0.10, 0.11, 0.12, 4, 5",
"version": "1.4.0",
"bin": {
"precompile": "bin/precompile.js"
},
"files": [
"bin",
"features"
],
"scripts": {
"test": "DEBUG=compiled node bin/precompile.js && npm run run-test-bundle",
"run-test-bundle": "node test-dist/main.compiled.for.0.10.js",
"lint": "standard bin/*.js features/*.js",
"commit": "commit-wizard",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"issues": "git-issues",
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
},
"repository": {
"type": "git",
"url": "https://github.com/bahmutov/pre-compiled.git"
},
"keywords": [
"ES6",
"ES2015",
"pre",
"compile",
"precompile",
"pre-compile",
"bundle",
"rollup"
],
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bahmutov/pre-compiled/issues"
},
"homepage": "https://github.com/bahmutov/pre-compiled#readme",
"config": {
"pre-compiled": {
"dir": "test-dist",
"files": [
"test/main.js",
"test/bin-main.js",
"test/def-param.js"
],
"features": [
"StringMethods"
],
"node": [
"0.10",
"0.12",
"4"
]
},
"ex-release": {
"verifyConditions": {
"path": "condition-node-version",
"node": "4.2.2",
"verbose": true
}
},
"pre-git": {
"commit-msg": [
"simple"
],
"pre-commit": [
"npm run lint",
"npm test"
],
"pre-push": [
"npm run size"
],
"post-commit": [],
"post-merge": []
}
},
"devDependencies": {
"condition-node-version": "1.2.0",
"git-issues": "1.2.0",
"pick-precompiled": "1.0.2",
"pre-git": "3.3.0",
"semantic-release": "^4.3.5",
"standard": "5.4.1"
},
"dependencies": {
"check-more-types": "2.10.0",
"compiled": "1.19.1",
"lazy-ass": "1.3.0"
}
}