update package.json

This commit is contained in:
brijeshagal 2025-05-02 21:22:04 +05:30
commit 3c35db4c5f

View file

@ -1,5 +1,5 @@
{ {
"name": "n8n-nodes-<...>", "name": "n8n-nodes-baseagent",
"version": "0.1.0", "version": "0.1.0",
"description": "", "description": "",
"keywords": [ "keywords": [
@ -22,7 +22,6 @@
"packageManager": "pnpm@9.1.4", "packageManager": "pnpm@9.1.4",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm",
"build": "tsc && gulp build:icons", "build": "tsc && gulp build:icons",
"dev": "tsc --watch", "dev": "tsc --watch",
"format": "prettier nodes credentials --write", "format": "prettier nodes credentials --write",