forked from poupe-ui/poupe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 733 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"version": "0.0.0",
"private": true,
"type": "module",
"description": "",
"author": "",
"license": "MIT",
"keywords": [],
"scripts": {
"build": "pnpm -r build",
"clean": "(ls -1d node_modules 2> /dev/null; find packages -name dist -o -name node_modules -o -name .nuxt -o -name .output) | xargs -rt -n1 rm -rf",
"lint": "env DEBUG=eslint:eslint eslint --fix --ignore-pattern 'packages/*' . && pnpm -r lint"
},
"devDependencies": {
"@poupe/eslint-config": "^0.7.6",
"eslint": "^9.30.0",
"pkg-pr-new": "^0.0.54"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}