UNPKG

686 BJSONView Raw
1{
2 "name": "@patrickhulce/lint",
3 "version": "3.0.2",
4 "description": "Lints JavaScript/TypeScript/Code.",
5 "scripts": {
6 "test": "./bin/lint.js"
7 },
8 "bin": {
9 "lint": "./bin/lint.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/patrickhulce/lint.git"
14 },
15 "author": "Patrick Hulce <patrick.hulce@gmail.com>",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/patrickhulce/lint/issues"
19 },
20 "homepage": "https://github.com/patrickhulce/lint#readme",
21 "dependencies": {
22 "eslint": "^4.19.1",
23 "eslint-plugin-prettier": "^2.6.2",
24 "eslint-plugin-react": "^7.10.0",
25 "prettier": "^1.13.7",
26 "yargs": "^12.0.1"
27 }
28}
\No newline at end of file