mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 19:22:52 -05:00
13 lines
240 B
JSON
13 lines
240 B
JSON
{
|
|
"name": "@pnpm/build-artifacts",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"pkg-deb": "^1.1.2",
|
|
"pkg-rpm": "^1.0.3"
|
|
},
|
|
"scripts": {
|
|
"build": "shx rm -rf dist && pnpm -w compile && node main.mjs"
|
|
}
|
|
}
|