chore: added package.json & release script

This commit is contained in:
JD Solanki
2023-05-26 12:27:04 +05:30
committed by GitHub
parent b69d96df23
commit 43b38152ae

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.0.0",
"private": true,
"scripts": {
"release": "code -r CHANGELOG.md && node -e \"process.stdin.once('data', () => process.exit())\" && yarn bumpp --all package.json javascript-version/**/package.json typescript-version/**/package.json"
},
"devDependencies": {
"bumpp": "^8.2.1"
}
}