rollup-plugin-bucklescript
Version:
rollup plugin for using buckescript compiler
63 lines (62 loc) • 1.65 kB
JSON
{
"name": "rollup-plugin-bucklescript",
"version": "0.7.0",
"description": "rollup plugin for using buckescript compiler",
"main": "dist/rollup-plugin-bucklescript.cjs.js",
"module": "dist/rollup-plugin-bucklescript.es.js",
"jsnext:main": "dist/rollup-plugin-bucklescript.es.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"format": "prettier-eslint --trailing-comma es5 --single-quote --write '**/*.js' 'examples/*/!(node_modules)/**/*.js'",
"precommit": "lint-staged",
"commit": "git-cz",
"prepare": "npm run build"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.js": [
"format",
"git add"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/shrynx/rollup-plugin-bucklescript.git"
},
"keywords": [
"bucklescript",
"rollup",
"reason",
"reasonML"
],
"author": "Shriyans Bhatnagar <shriyansbhatnagar@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shrynx/rollup-plugin-bucklescript/issues"
},
"homepage": "https://github.com/shrynx/rollup-plugin-bucklescript#readme",
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"eslint": "^4.10.0",
"husky": "^0.14.3",
"lint-staged": "^4.3.0",
"prettier-eslint-cli": "^4.4.0",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.6"
},
"dependencies": {
"bsb-js": "^1.0.1",
"read-bsconfig": "^1.0.3",
"resolve": "^1.5.0",
"rollup-pluginutils": "^2.0.1"
}
}