eslint-config/package.json
Valentin Popov 9509148e9d
Formed structure of the repository
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-02-13 14:30:54 +04:00

30 lines
855 B
JSON

{
"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,
"scripts": {
"build": "rollup --config rollup.config.js"
},
"devDependencies": {
"@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",
"rollup": "^1.31.0",
"rollup-plugin-terser": "^5.2.0",
"tslib": "^1.10.0",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.19.0",
"eslint": "^6.8.0"
},
"dependencies": {}
}