UNPKG

804 BJSONView Raw
1{
2 "name": "pika-plugin-build-web-babel",
3 "description": "A @pika/pack plugin: Adds an babel compiled ESM distribution to your package",
4 "version": "0.11.2",
5 "files": [
6 "src/"
7 ],
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/yiminghe/pika-plugin-build-web-babel"
11 },
12 "dependencies": {
13 "@rollup/plugin-commonjs": "20.x",
14 "@rollup/plugin-json": "4.x",
15 "@rollup/plugin-node-resolve": "13.x",
16 "@rollup/plugin-replace": "3.x",
17 "rollup": "2.x",
18 "rollup-plugin-babel": "4.x",
19 "rollup-plugin-postcss": "4.x",
20 "rollup-plugin-terser": "7.x",
21 "tsconfig-paths": "3.x"
22 },
23 "scripts": {
24 "pub": "npm publish && git push"
25 },
26 "main": "src/index.js",
27 "devDependencies": {
28 "@babel/core": "^7.8.4",
29 "typescript": "^3.8.2"
30 }
31}