mirror of
https://github.com/marcogll/builderbot-openai-assistants.git
synced 2026-01-13 13:25:18 +00:00
fix: remove script
This commit is contained in:
10
package.json
10
package.json
@@ -5,11 +5,10 @@
|
|||||||
"main": "dist/app.js",
|
"main": "dist/app.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "pnpm run build && node ./dist/app.js",
|
"start": "npm run build && node ./dist/app.js",
|
||||||
"lint": "eslint . --no-ignore",
|
"lint": "eslint . --no-ignore",
|
||||||
"dev": "pnpm run lint && nodemon ./src/app.ts",
|
"dev": "npm run lint && nodemon ./src/app.ts",
|
||||||
"build": "pnpm run rollup -c",
|
"build": "npm run rollup -c"
|
||||||
"preinstall": "npx only-allow pnpm"
|
|
||||||
},
|
},
|
||||||
"keywords": [],
|
"keywords": [],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -34,7 +33,6 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20",
|
"node": ">=20"
|
||||||
"pnpm": ">=8"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user