UNPKG

1.12 kBJSONView Raw
1{
2 "name": "rollup-plugin-eslint",
3 "version": "2.0.2",
4 "description": "Verify entry point and all imported files with ESLint",
5 "main": "dist/rollup-plugin-eslint.js",
6 "jsnext:main": "dist/rollup-plugin-eslint.mjs",
7 "files": [
8 "dist"
9 ],
10 "scripts": {
11 "build": "rollup -c",
12 "pretest": "npm run build",
13 "test": "mocha test/*.js --compilers js:buble/register",
14 "prepublish": "npm test"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/TrySound/rollup-plugin-eslint.git"
19 },
20 "keywords": [
21 "rollup",
22 "rollup-plugin",
23 "es2015",
24 "eslint",
25 "lint"
26 ],
27 "author": "Bogdan Chadkin <trysound@yandex.ru>",
28 "license": "MIT",
29 "bugs": {
30 "url": "https://github.com/TrySound/rollup-plugin-eslint/issues"
31 },
32 "homepage": "https://github.com/TrySound/rollup-plugin-eslint#readme",
33 "devDependencies": {
34 "buble": "^0.10.6",
35 "mocha": "^2.5.3",
36 "rollup": "^0.31.1",
37 "rollup-plugin-buble": "^0.10.0",
38 "rollup-plugin-node-resolve": "^1.7.0"
39 },
40 "dependencies": {
41 "eslint": "^2.0.0",
42 "rollup-pluginutils": "^1.3.1"
43 }
44}