-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.03 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
{
"name": "@filteringdev/crackle",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"build": "pnpm --filter @filteringdev/crackle-builder run build --minify true --build-type production --SubscriptionUrl https://cdn.jsdelivr.net/npm/@filteringdev/crackle@latest/dist/crackle.user.js",
"debug": "pnpm --filter @filteringdev/crackle-builder run debug",
"lint": "pnpm --filter @filteringdev/crackle-builder run lint && pnpm --filter @filteringdev/crackle-userscript run lint && pnpm --filter @filteringdev/crackle-testunit run lint",
"bench": "pnpm --filter @filteringdev/crackle-testunit run bench",
"test": "pnpm --filter @filteringdev/crackle-testunit run test"
},
"keywords": [],
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FilteringDev/crackle.git"
},
"license": "MPL-2.0",
"workspaces": [
"builder",
"userscript",
"testunit"
],
"devDependencies": {
"oxlint": "^1.81.0",
"oxlint-tsgolint": "^7.0.2001"
}
}