mirror of
https://github.com/zkitter/configs.git
synced 2026-01-09 15:08:01 -05:00
15 lines
408 B
JSON
15 lines
408 B
JSON
{
|
|
"name": "@r1oga/config",
|
|
"version": "1.0.0",
|
|
"author": "r1oga",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean": "rm -rf node_modules && lerna clean",
|
|
"publish": "lerna publish -y --no-private --preid ci --npm-tag=ci --force-publish=* --registry '@r1oga:registry=https://npm.pkg.github.com' --message ':package: Publish'"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^6.1.0"
|
|
}
|
|
}
|