-
Notifications
You must be signed in to change notification settings - Fork 61
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 Bytes
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
{
"name": "squawk-cli",
"version": "2.43.0",
"description": "linter for PostgreSQL, focused on migrations",
"repository": "git@github.com:sbdchd/squawk.git",
"author": "Squawk Team & Contributors",
"license": "(Apache-2.0 OR MIT)",
"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",
"prettier": "^3.8.0",
"typescript": "^3.9.5"
},
"dependencies": {
"node-fetch": "2.6.7"
},
"volta": {
"node": "20.18.0"
}
}