eslint-config/package.json

17 lines
419 B
JSON
Raw Normal View History

{
"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": {},
"dependencies": {},
"devDependencies": {
"tslib": "^1.10.0",
"typescript": "^3.7.5"
}
}