-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 977 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@peggyjs/eslint-config",
"version": "5.0.2",
"description": "Lint rules for peggyjs projects",
"main": "./module.js",
"type": "module",
"keywords": [
"peggy",
"eslint"
],
"scripts": {
"lint": "eslint .",
"test": "(cd test/flat && npm test); (cd test/flat-module && npm test)",
"ci": "npm run lint && npm run test"
},
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/peggyjs/peggyjs-eslint-config.git"
},
"devDependencies": {
"@cto.af/eslint-plugin-meta": "1.1.1",
"eslint": "^9.17.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "^5.7.2",
"typescript-eslint": "8.18.2"
},
"dependencies": {
"@eslint/json": "0.9.0",
"@eslint/markdown": "6.2.1",
"@stylistic/eslint-plugin": "2.12.1",
"globals": "15.14.0"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18"
}
}