-
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.1",
"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 <joe-github@cursive.net>",
"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.14.0",
"eslint-plugin-mocha": "10.5.0",
"typescript": "^5.6.3",
"typescript-eslint": "8.13.0"
},
"dependencies": {
"@eslint/json": "0.6.0",
"@eslint/markdown": "6.2.1",
"@stylistic/eslint-plugin": "2.10.1",
"globals": "15.12.0"
},
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=18"
}
}