-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.71 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
{
"name": "@shined/monorepo",
"version": "0.7.11-1-canary.0",
"license": "MIT",
"description": "Node binding for spack",
"main": "binding.js",
"types": "binding.d.ts",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"bundle-viewer:build-asset": "node scripts/build-bundle-viewer-asset.mjs",
"build:dev": "pnpm --filter @shined/spack-binding run build:dev",
"build:release": "pnpm --filter @shined/spack-binding run build:release",
"test": "vitest run",
"test:ui": "vitest --ui",
"release:publish": "node --experimental-strip-types --no-warnings release.mts publish",
"release:prerelease": "node --experimental-strip-types --no-warnings release.mts prerelease",
"oxlint:test": "bun run build:dev && bun run test ./tests/oxlint-loader.test.mts"
},
"homepage": "https://github.com/sheinsight/spack",
"bugs": {
"url": "https://github.com/sheinsight/spack/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sheinsight/spack.git"
},
"devDependencies": {
"@iarna/toml": "^2.2.5",
"@tsconfig/node-ts": "^23.6.1",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^22.16.5",
"@types/semver": "^7.7.0",
"@vitest/ui": "3.2.4",
"chalk": "^5.4.1",
"consola": "^3.4.2",
"enquirer": "^2.4.1",
"execa": "^9.6.0",
"find-packages": "^10.0.4",
"globby": "^14.1.0",
"read-pkg": "^9.0.1",
"read-yaml-file": "^2.1.0",
"semver": "^7.7.2",
"typescript": "^5.8.3",
"write-package": "^7.1.0"
},
"readme": "ERROR: No README data found!",
"_id": "0.4.10-0-canary.1",
"dependencies": {
"@rspack/core": "catalog:",
"cac": "^6.7.14",
"prettier": "^3.6.2",
"vitest": "^3.2.4"
}
}