UNPKG

1.4 kBJSONView Raw
1{
2 "version": "2.0.2",
3 "name": "rollup-plugin-multi-entry",
4 "description": "Allows specifying multiple entry points with rollup.",
5 "main": "dist/rollup-plugin-multi-entry.js",
6 "jsnext:main": "dist/rollup-plugin-multi-entry.mjs",
7 "scripts": {
8 "flow": "flow check",
9 "build": "rm -rf dist && rollup -c",
10 "pretest": "npm run flow && npm run build",
11 "test": "mocha",
12 "prepublish": "npm test",
13 "semantic-release": "semantic-release pre && npm publish && semantic-release post"
14 },
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/rollup/rollup-plugin-multi-entry.git"
18 },
19 "keywords": [
20 "rollup-plugin"
21 ],
22 "files": [
23 "dist"
24 ],
25 "author": "Brian Donovan <me@brian-donovan.com>",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/rollup/rollup-plugin-multi-entry/issues"
29 },
30 "homepage": "https://github.com/rollup/rollup-plugin-multi-entry#readme",
31 "dependencies": {
32 "matched": "^0.4.4"
33 },
34 "devDependencies": {
35 "babel-plugin-external-helpers": "^6.22.0",
36 "babel-plugin-transform-flow-strip-types": "^6.14.0",
37 "babel-preset-es2015": "^6.14.0",
38 "babel-preset-es2015-rollup": "^1.2.0",
39 "babel-register": "^6.14.0",
40 "babelrc-rollup": "^3.0.0",
41 "flow-bin": "^0.31.1",
42 "mocha": "^3.0.2",
43 "rollup": "^0.49.2",
44 "rollup-plugin-babel": "^2.6.1",
45 "semantic-release": "^4.3.5"
46 }
47}
\No newline at end of file