mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 09:25:15 +00:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
|
{
|
||
|
"name": "rollup-plugin-babel",
|
||
|
"version": "4.4.0",
|
||
|
"description": "Seamless integration between Rollup and Babel.",
|
||
|
"main": "dist/rollup-plugin-babel.cjs.js",
|
||
|
"module": "dist/rollup-plugin-babel.esm.js",
|
||
|
"files": [
|
||
|
"src",
|
||
|
"dist"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"rollup-plugin",
|
||
|
"babel",
|
||
|
"es2015",
|
||
|
"es6"
|
||
|
],
|
||
|
"homepage": "https://github.com/rollup/rollup-plugin-babel",
|
||
|
"author": "Rich Harris",
|
||
|
"contributors": [
|
||
|
"Bogdan Chadkin <trysound@yandex.ru>",
|
||
|
"Mateusz Burzyński <mateuszburzynski@gmail.com> (https://github.com/Andarist)"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"lint": "eslint src",
|
||
|
"pretest": "npm run build",
|
||
|
"test": "mocha",
|
||
|
"prebuild": "rm -rf dist/*",
|
||
|
"build": "rollup -c",
|
||
|
"prepare": "npm run build",
|
||
|
"preversion": "npm run lint && npm test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/helper-module-imports": "^7.0.0",
|
||
|
"rollup-pluginutils": "^2.8.1"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "7 || ^7.0.0-rc.2",
|
||
|
"rollup": ">=0.60.0 <3"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.3.4",
|
||
|
"@babel/plugin-external-helpers": "^7.0.0",
|
||
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
||
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
||
|
"@babel/preset-env": "^7.3.4",
|
||
|
"buble": "^0.19.3",
|
||
|
"eslint": "^5.15.1",
|
||
|
"eslint-config-prettier": "^3.3.0",
|
||
|
"eslint-plugin-prettier": "^3.0.0",
|
||
|
"husky": "^1.0.1",
|
||
|
"lint-staged": "^7.2.2",
|
||
|
"mocha": "^5.2.0",
|
||
|
"prettier": "^1.15.3",
|
||
|
"rollup": "^2.0.1",
|
||
|
"rollup-plugin-buble": "^0.19.2",
|
||
|
"rollup-plugin-json": "^3.0.0",
|
||
|
"source-map": "^0.6.1",
|
||
|
"source-map-support": "^0.5.6"
|
||
|
},
|
||
|
"repository": "rollup/rollup-plugin-babel",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/rollup/rollup-plugin-babel/issues"
|
||
|
}
|
||
|
}
|