|
| 1 | +{ |
| 2 | + "name": "rollup-plugin-alias", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Resolves index.js files with Rollup", |
| 5 | + "main": "dist/rollup-plugin-alias.js", |
| 6 | + "jsnext:main": "dist/rollup-plugin-alias.es2015.js", |
| 7 | + "scripts": { |
| 8 | + "prebuild": "rimraf dist", |
| 9 | + "build": "rollup-babel-lib-bundler -f cjs,es6 src/index.js", |
| 10 | + "prepublish": "npm run build", |
| 11 | + "lint": "eslint .", |
| 12 | + "pretest": "npm-run-all -p build lint", |
| 13 | + "test": "ava test/index.js", |
| 14 | + "coverage": "nyc npm test" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "git+https://github.com/frostney/rollup-plugin-alias.git" |
| 19 | + }, |
| 20 | + "keywords": [ |
| 21 | + "rollup", |
| 22 | + "rollup-plugin", |
| 23 | + "resolve", |
| 24 | + "alias" |
| 25 | + ], |
| 26 | + "files": [ |
| 27 | + "dist", |
| 28 | + "src" |
| 29 | + ], |
| 30 | + "author": "Johannes Stein", |
| 31 | + "license": "MIT", |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/frostney/rollup-plugin-alias/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/frostney/rollup-plugin-aliar#readme", |
| 36 | + "devDependencies": { |
| 37 | + "ava": "^0.12.0", |
| 38 | + "babel-preset-es2015-loose-rollup": "^7.0.0", |
| 39 | + "coveralls": "^2.11.8", |
| 40 | + "eslint": "^2.2.0", |
| 41 | + "eslint-config-airbnb": "^6.0.2", |
| 42 | + "npm-run-all": "^1.5.1", |
| 43 | + "nyc": "^5.6.0", |
| 44 | + "rimraf": "^2.5.2", |
| 45 | + "rollup": "^0.25.4", |
| 46 | + "rollup-babel-lib-bundler": "^2.2.4" |
| 47 | + } |
| 48 | +} |
0 commit comments