-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
38 lines (38 loc) · 853 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
{
"name": "squawk-cli",
"version": "1.4.0",
"description": "linter for PostgreSQL, focused on migrations",
"repository": "git@github.com:sbdchd/squawk.git",
"author": "Steve Dignam <steve@dignam.xyz>",
"license": "GPL-3.0",
"keywords": [
"postgres",
"postgresql",
"linter",
"SQL",
"migrations"
],
"bin": {
"squawk": "js/bin/squawk"
},
"scripts": {
"install": "node js/install.js"
},
"devDependencies": {
"@types/node": "^14.0.13",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^3.3.0",
"@typescript-eslint/parser": "^3.3.0",
"eslint": "^7.2.0",
"eslint-plugin-import": "^2.21.2",
"plop": "^3.1.2",
"prettier": "^2.0.5",
"typescript": "^3.9.5"
},
"dependencies": {
"node-fetch": "^2.6.0"
},
"volta": {
"node": "18.15.0"
}
}