This commit is contained in:
ngoc 2026-01-26 04:41:12 +07:00
parent ad205b2e9a
commit 7315233c34
No known key found for this signature in database
GPG Key ID: 51FE6110113A5C32
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "nla",
"version": "1.0.0",
"version": "1.0.1",
"description": "Natural Language Agreement Oracle - CLI for creating and managing blockchain agreements using natural language",
"type": "module",
"private": false,
@ -40,9 +40,9 @@
"scripts": {
"build": "tsc --project tsconfig.build.json && chmod +x dist/cli/index.js",
"prepublishOnly": "npm run build",
"patch":"npm version patch",
"minor":"npm version minor",
"major":"npm version major",
"patch": "npm version patch",
"minor": "npm version minor",
"major": "npm version major",
"publish": "npm publish --dry-run",
"dev": "bun run index.ts",
"start": "bun run index.ts",