-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.69 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@jeremyfellaz/legolas",
"version": "0.1.7",
"description": "Slim bundles with precision.",
"homepage": "https://github.com/JeremyDev87/legolas#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/JeremyDev87/legolas.git"
},
"bugs": {
"url": "https://github.com/JeremyDev87/legolas/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/JeremyDev87"
},
"type": "module",
"files": [
"bin",
"docs/schema",
"vendor"
],
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"bin": {
"legolas": "./bin/legolas.js"
},
"scripts": {
"preinstall": "node ./bin/preinstall-check.js",
"scan": "cargo run -p legolas-cli -- scan",
"visualize": "cargo run -p legolas-cli -- visualize",
"optimize": "cargo run -p legolas-cli -- optimize",
"smoke": "cargo run -p legolas-cli -- --version && cargo run -p legolas-cli -- help && cargo run -p legolas-cli -- scan . && cargo run -p legolas-cli -- visualize . && cargo run -p legolas-cli -- optimize . && node ./scripts/smoke-ci-command.mjs cargo",
"pack:check": "node ./scripts/check-pack.mjs",
"pack:smoke": "node ./scripts/smoke-packed-install.mjs",
"test": "cargo test --workspace",
"test:release-contract": "node --test test/release-workflow-context.test.js test/release-plan.test.js test/bump-release-version.test.js test/github-action-wiring.test.js"
},
"engines": {
"node": ">=18.17"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"cli",
"bundle",
"performance",
"vite",
"webpack",
"nextjs"
],
"author": "JeremyDev87",
"license": "MIT"
}