-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
42
43
{
"name": "poor-mans-t-sql-formatter-cli",
"version": "1.6.10",
"description": "A T-SQL formatting utility in JS, transpiled from the C# library of the same name.",
"bin": {
"sqlformat": "./index.js"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli.git"
},
"keywords": [
"sql",
"formatter",
"sql formatter",
"tsql",
"formatting",
"minimizer",
"obfuscator",
"pretty-printer"
],
"author": "Tao Klerks <[email protected]> (http://architectshack.com/)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli/issues"
},
"homepage": "https://github.com/TaoK/poor-mans-t-sql-formatter-npm-cli#readme",
"dependencies": {
"commander": "2.11.0",
"file-or-stdin": "1.0.2",
"poor-mans-t-sql-formatter": "1.6.10",
"strip-bom": "3.0.0"
},
"devDependencies": {
"chai": "4.1.2",
"cross-spawn": "5.1.0",
"mocha": "4.0.1",
"temporary": "0.0.8"
}
}