-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"private": true,
"name": "frontend-toolkit",
"version": "0.0.0",
"license": "MIT",
"homepage": "https://github.com/airkro/frontend-toolkit",
"repository": {
"type": "git",
"url": "https://github.com/airkro/frontend-toolkit.git"
},
"bugs": {
"url": "https://github.com/airkro/frontend-toolkit/issues"
},
"scripts": {
"lint:staged": "nice-move lint staged",
"lint:version": "syncpack lint",
"prepare": "nice-move git hooks",
"snapshot": "ava --fail-fast -u",
"test": "ava --fail-fast",
"version:pin": "syncpack fix-mismatches"
},
"devDependencies": {
"@bring-it/npm": "^0.5.9",
"@nice-move/all-in-base": "^0.2.11",
"@nice-move/syncpack-config": "^0.2.9",
"ava": "^6.2.0",
"eslint": "^8.57.1",
"eslint-plugin-ava": "^14.0.0",
"garou": "^0.8.2",
"node-storage-shim": "^2.0.1",
"prettier": "^3.3.3",
"syncpack": "^13.0.0"
},
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=16.13.0"
},
"eslintConfig": {
"extends": "@nice-move/eslint-config-base"
},
"prettier": "@nice-move/prettier-config"
}