From 848d7f136fad8babc08cc6c54b8b2145fa9b2a13 Mon Sep 17 00:00:00 2001 From: hyper Date: Tue, 31 Mar 2026 13:50:02 +0800 Subject: [PATCH] fix: dep --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 51a8e19..b8edc96 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,8 @@ "scripts": { "build": "tsup", "dev": "tsup --watch", - "test": "tsx src/test.ts" + "test": "tsx src/test.ts", + "prepare": "npm run build" }, "keywords": [ "schema", @@ -34,14 +35,14 @@ "license": "ISC", "description": "A TypeScript library for parsing and validating inline schemas", "dependencies": { - "csv-parse": "^5.5.6" + "csv-parse": "^5.5.6", + "tsup": "^8.5.1", + "typescript": "^6.0.2" }, "devDependencies": { "@rspack/core": "^1.1.6", "@types/node": "^25.5.0", - "tsup": "^8.5.1", - "tsx": "^4.21.0", - "typescript": "^6.0.2" + "tsx": "^4.21.0" }, "peerDependencies": { "@rspack/core": "^1.x"