forked from tsqllint/tsqllint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 962 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
40
{
"name": "tsqllint",
"version": "1.11.1",
"description": "Configurable linting for TSQL.",
"keywords": [
"TSQL",
"lint"
],
"engines": {
"node": ">=4"
},
"repository": "tsqllint/tsqllint",
"files": [
"scripts/install.js",
"tsqllint.js"
],
"bin": "./tsqllint.js",
"scripts": {
"install": "node ./scripts/install.js",
"build-changelog": "conventional-changelog -i CHANGELOG.md -u -s -r 0 && git add CHANGELOG.md"
},
"os": [
"win32",
"darwin",
"linux"
],
"author": "Nathan Boyd & Doug Wilson",
"license": "MIT",
"dependencies": {
"decompress": "^4.2.0",
"decompress-targz": "^4.1.1",
"follow-redirects": "^1.2.6",
"progress": "^2.0.0"
},
"devDependencies": {
"conventional-changelog": "^2.0.3",
"release-it": "^7.4.7",
"standard": "^10.0.3"
}
}