-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.07 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
{
"name": "@ippon-ui/ui",
"version": "0.0.2",
"private": true,
"description": "Ippon UI",
"repository": {
"type": "git",
"url": "git+https://github.com/ippontech/ui.git"
},
"main": "index.js",
"scripts": {
"format:ci": "prettier . --check",
"format": "prettier . --write",
"build": "pnpm --if-present -r build",
"dev": "pnpm --parallel --if-present -r dev",
"lint": "pnpm --parallel --if-present -r lint",
"lint:ci": "pnpm --parallel --if-present -r lint:ci",
"test:unit": "pnpm --parallel --if-present -r test:unit",
"test:unit:ci": "pnpm --parallel --if-present -r test:unit:ci",
"copy:license": "cp -f LICENSE icons/LICENCE && cp -f LICENSE react/LICENCE && cp -f LICENSE styles/LICENCE",
"prepare": "pnpm copy:license && [ -n \"$CI\" ] || lefthook install"
},
"keywords": [],
"author": "Ippon Technologies",
"license": "Apache-2.0",
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@prettier/plugin-pug": "3.4.2",
"@types/node": "24.12.2",
"lefthook": "^2.1.4",
"prettier": "3.8.2"
}
}