-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.11 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.11 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
{
"name": "prebundle",
"version": "1.6.2",
"repository": {
"type": "git",
"url": "https://github.com/rstackjs/prebundle"
},
"type": "module",
"main": "./dist/index.js",
"bin": {
"prebundle": "./bin.js"
},
"files": [
"dist",
"bin.js",
"compiled"
],
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"prebundle": "node ./bin.js",
"prepare": "npm run build",
"bump": "npx bumpp",
"test": "rstest"
},
"dependencies": {
"cac": "^6.7.14",
"@vercel/ncc": "0.38.4",
"prettier": "^3.8.1",
"rollup": "^4.57.1",
"rollup-plugin-dts": "^6.3.0",
"terser": "^5.46.0"
},
"devDependencies": {
"@astrojs/sitemap": "^3.7.0",
"@rslib/core": "0.19.4",
"@rstest/core": "^0.8.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "24.11.0",
"chalk": "^5.6.2",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.3",
"rslog": "^1.3.2",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.28.2",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/",
"provenance": true
}
}