chore: Add .gitignore and package.json files

This commit is contained in:
alokVishu
2024-07-09 16:48:42 +05:30
parent b09881cb28
commit 1f51030e6d
3 changed files with 288 additions and 0 deletions

11
package.json Normal file
View File

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