diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json index c95c6ac..6b32f1a 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "lint": "eslint src/**/*.ts demo/**/*.ts", "test": "npm run lint && vitest run", "test:watch": "vitest", - "benchmark:prepare": "ts-node --project tsconfig.benchmark.json benchmark/convert-instructions.ts", - "benchmark": "ts-node --project tsconfig.benchmark.json benchmark/index.ts" + "benchmark:prepare": "tsx benchmark/convert-instructions.ts", + "benchmark": "tsx benchmark/index.ts" }, "files": [ "dist" @@ -47,11 +47,11 @@ "eslint-plugin-prettier": "^4.2.1", "husky": "^6.0.0", "lint-staged": "^9.5.0", - "vite": "^5.0.0", "prettier": "^2.3.2", "rimraf": "^3.0.2", - "ts-node": "^10.9.1", + "tsx": "^4.19.2", "typescript": "^4.9.4", + "vite": "^5.0.0", "vitest": "^3.0.5" }, "lint-staged": { @@ -65,7 +65,6 @@ "node": ">= 18.0.0", "npm": ">= 10.0.0" }, - "dependencies": {}, "alias": { "avr8js": "./src" }, |
