UNPKG

792 BJSONView Raw
1{
2 "name": "@erickmerchant/lint",
3 "version": "5.1.0",
4 "description": "Lint js.",
5 "keywords": [],
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/erickmerchant/lint.git"
9 },
10 "license": "ISC",
11 "author": "Erick Merchant <erickmerchant@gmail.com>",
12 "files": [
13 "LICENSE",
14 "README.md",
15 "lib/",
16 "cli.js",
17 "eslint-config.js"
18 ],
19 "bin": {
20 "lint": "./cli.js"
21 },
22 "scripts": {
23 "pretest": "node ./cli.js *.js lib/**/*.js",
24 "test": "tape test.js"
25 },
26 "dependencies": {
27 "babel-eslint": "^10.1.0",
28 "eslint": "^7.0.0",
29 "eslint-plugin-html": "^6.0.2",
30 "globby": "^11.0.0",
31 "kleur": "^3.0.3",
32 "outdent": "^0.7.1"
33 },
34 "devDependencies": {
35 "tape": "^5.0.0"
36 },
37 "engines": {
38 "node": ">=14"
39 }
40}