-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1000 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
{
"author": "Chris Oakman <chris@oakmac.com> (https://chrisoakman.com)",
"description": "Standard Clojure Style - a formatter for Clojure code",
"license": "ISC",
"name": "@chrisoakman/standard-clojure-style",
"version": "0.18.0",
"homepage": "https://github.com/oakmac/standard-clojure-style-js",
"repository": {
"type": "git",
"url": "git+https://github.com/oakmac/standard-clojure-style-js.git"
},
"bugs": {
"url": "https://github.com/oakmac/standard-clojure-style-js/issues"
},
"main": "./dist/standard-clojure-style.js",
"bin": {
"standard-clj": "cli.mjs"
},
"scripts": {
"lint": "standard --fix lib/ scripts/ test/ ./cli.mjs",
"test": "jest"
},
"dependencies": {
"edn-data": "1.1.2",
"fs-plus": "3.1.1",
"glob": "11.0.0",
"yargs": "17.7.2",
"yoctocolors": "2.1.1"
},
"devDependencies": {
"enolib": "0.8.2",
"immutable": "4.3.5",
"jest": "29.7.0",
"standard": "17.1.0",
"terser": "5.31.6"
}
}