Files
stats/tooling/publish/package.json
Carl-Gerhard Lindesvärd fa5ff6e5d4 fix(publish): use correct command when publishing 🤦‍♂️
2024-10-01 10:04:40 +02:00

21 lines
422 B
JSON

{
"name": "@openpanel/publish",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"publish": "pnpm dlx ts-node publish.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"arg": "^5.0.2",
"semver": "^7.5.4"
},
"devDependencies": {
"@openpanel/tsconfig": "workspace:*",
"@types/node": "^18.16.0",
"@types/semver": "^7.5.4",
"typescript": "^5.2.2"
}
}