-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.37 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.37 KB
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
44
45
46
47
48
49
50
51
52
53
54
{
"private": true,
"name": "frontend-toolkit",
"version": "0.0.0",
"license": "MIT",
"homepage": "https://github.com/airkro/frontend-toolkit",
"repository": {
"type": "git",
"url": "git+https://github.com/airkro/frontend-toolkit.git"
},
"bugs": {
"url": "https://github.com/airkro/frontend-toolkit/issues"
},
"type": "module",
"scripts": {
"lint:eslint": "eslint . --quiet --fix --concurrency=auto",
"lint:staged": "nice-move lint staged",
"lint:type": "tsc -p tsconfig.json",
"lint:version": "syncpack lint",
"prepare": "nice-move git hooks",
"snapshot": "ava --fail-fast -u -w",
"test": "ava --fail-fast",
"version:pin": "syncpack fix-mismatches"
},
"devDependencies": {
"@bring-it/cli": "^0.11.1",
"@bring-it/npm": "^0.9.3",
"@nice-move/all-in-base": "^0.6.40",
"@nice-move/syncpack-config": "^0.4.2",
"ava": "^6.4.1",
"eslint": "^9.39.3",
"garou": "^0.9.17",
"node-storage-shim": "^2.0.1",
"prettier": "~3.8.1",
"syncpack": "^13.0.4",
"typescript": "~5.9.3"
},
"peerDependencies": {
"pet-shop": "workspace:^",
"slash-to-regexp": "workspace:^"
},
"packageManager": "pnpm@10.30.2",
"engines": {
"node": ">=20.18.0",
"pnpm": "^10.29.3"
},
"ava": {
"extensions": [
"mts",
"mjs"
]
},
"prettier": "@nice-move/all-in-base/prettier"
}