aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 06372c705ed6956826b4754a6e0bc142501ba74a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "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"
  }
}