forked from antfu/purge-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 822 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 822 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
{
"name": "@purge-icons/monorepo",
"packageManager": "pnpm@8.10.5",
"private": true,
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/antfu/purge-icons"
},
"homepage": "https://github.com/antfu/purge-icons",
"bugs": "https://github.com/antfu/purge-icons/issues",
"engines": {
"node": ">= 12"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "lerna run build",
"test": "lerna run test",
"release": "pnpm build && lerna publish --conventional-commits"
},
"devDependencies": {
"@antfu/eslint-config": "^0.16.1",
"@types/node": "^20.9.1",
"@types/yargs": "^17.0.31",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.54.0",
"lerna": "^3.22.1"
}
}