-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 991 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 991 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
38
39
40
41
{
"packageManager": "yarn@4.1.1",
"repository": "https://github.com/JoelLefkowitz/array-search",
"homepage": "https://joellefkowitz.github.io/array-search",
"keywords": [
"search",
"arrays",
"find"
],
"scripts": {
"postinstall": "husky",
"lint": "cspell . --dot --gitignore && eslint . --fix --no-error-on-unmatched-pattern && trufflehog3",
"format": "prettier . --write && purs-tidy format-in-place src test"
},
"resolutions": {
"string-width": "4.2.3",
"strip-ansi": "^6.0.1"
},
"devDependencies": {
"cspell": "^8.0.0",
"esbuild": "^0.20.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.0.0",
"husky": "^9.0.0",
"prettier": "^3.0.0",
"purescript": "^0.15.14",
"purs-tidy": "^0.11.0",
"spago": "^0.93.0"
},
"metadata": {
"publisher": "Pursuit",
"languages": [
"PureScript"
],
"frameworks": [],
"paradigms": [
"Functional"
],
"lifecycle": "Alpha"
}
}