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