This commit is contained in:
ngoc 2026-01-26 10:34:01 +07:00
parent 3b9460eacf
commit 32a728abb8
No known key found for this signature in database
GPG Key ID: 51FE6110113A5C32
1 changed files with 2 additions and 2 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,
@ -44,7 +44,7 @@
"minor": "npm version minor",
"major": "npm version major",
"dev": "bun run index.ts",
"public":"npm publish --access public",
"public": "npm publish --access public",
"start": "bun run index.ts",
"test": "bun test ./tests --exclude alkahest-ts/** ",
"setup": "bun run cli/index.ts dev",