forked from tyler-technologies-oss/eslint-rules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.06 KB
/
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
40
41
{
"name": "@tylertech-eslint/tylertech-eslint",
"version": "1.0.0",
"description": "Common lint rules/preferences for Tyler Technologies.",
"typings": "typings/index.d.ts",
"scripts": {
"lint": "eslint . --ext .js,.ts",
"changelog": "standard-changelog -i CHANGELOG.md -k package.json"
},
"keywords": [
"eslint",
"rules",
"typescript",
"angular",
"angular-eslint",
"lint",
"linting",
"linter"
],
"author": "Tyler Technologies, Inc.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/tyler-technologies-oss/eslint-rules.git",
"directory": "packages/eslint-plugin"
},
"devDependencies": {
"@types/gulp": "^4.0.5",
"@types/run-sequence": "0.0.30",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"eslint": "^8.9.0",
"gulp-modify-file": "^1.0.1",
"run-sequence": "^2.2.1",
"standard-changelog": "^2.0.6",
"ts-node": "^7.0.1",
"typescript": "^3.1.6",
"gulp": "^4.0.2",
"jest": "^26.6.3"
}
}