-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 961 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
{
"name": "frontend-tools",
"description": "Money Forward's frontend tools as an extensible shared config.",
"private": true,
"type": "module",
"engines": {
"node": "22.13.1",
"pnpm": "9.15.1",
"npm": "please use pnpm instead",
"yarn": "please use pnpm instead"
},
"packageManager": "pnpm@9.15.1",
"scripts": {
"format": "prettier -c './**/*.@(js|cjs|ts|tsx|md)' -w",
"eslint-config": " pnpm -F 'eslint-config-moneyforward'",
"stylelint-config": "pnpm -F 'stylelint-config-moneyforward'"
},
"repository": {
"type": "git",
"url": "https://github.com/moneyforward/frontend-tools.git"
},
"author": "Money Forward Engineers",
"license": "MIT",
"bugs": {
"url": "https://github.com/moneyforward/frontend-tools/issues"
},
"homepage": "https://github.com/moneyforward/frontend-tools#readme",
"devDependencies": {
"prettier": "3.4.2",
"prettier-plugin-organize-imports": "4.1.0"
}
}