2020-02-08 03:13:19 +04:00
|
|
|
{
|
|
|
|
"name": "@valentineus/eslint-config",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Personal ESLint configuration",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@code.valentineus.link:eslint-config.git",
|
|
|
|
"author": "Valentin Popov <info@valentineus.link>",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"private": false,
|
2020-02-13 14:30:54 +04:00
|
|
|
"scripts": {
|
|
|
|
"build": "rollup --config rollup.config.js"
|
|
|
|
},
|
2020-02-08 12:55:56 +04:00
|
|
|
"devDependencies": {
|
2020-02-13 14:30:54 +04:00
|
|
|
"@rollup/plugin-json": "^4.0.2",
|
|
|
|
"@rollup/plugin-typescript": "^3.0.0",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.19.2",
|
|
|
|
"@typescript-eslint/parser": "^2.19.2",
|
2020-02-13 18:21:21 +04:00
|
|
|
"eslint": "^6.8.0",
|
2020-02-13 18:39:46 +04:00
|
|
|
"eslint-plugin-import": "^2.20.1",
|
2020-02-14 12:17:13 +04:00
|
|
|
"eslint-plugin-security": "^1.4.0",
|
|
|
|
"rollup": "^1.31.1",
|
2020-02-13 14:30:54 +04:00
|
|
|
"rollup-plugin-terser": "^5.2.0",
|
2020-02-08 12:55:56 +04:00
|
|
|
"tslib": "^1.10.0",
|
|
|
|
"typescript": "^3.7.5"
|
2020-02-13 14:30:54 +04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^2.19.0",
|
|
|
|
"@typescript-eslint/parser": "^2.19.0",
|
2020-02-13 18:39:46 +04:00
|
|
|
"eslint": "^6.8.0",
|
2020-02-14 12:17:13 +04:00
|
|
|
"eslint-plugin-import": "^2.20.1",
|
|
|
|
"eslint-plugin-security": "^1.4.0"
|
2020-02-13 14:30:54 +04:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2020-02-08 12:55:56 +04:00
|
|
|
}
|