diff options
| author | Uri Shaked | 2025-02-11 10:27:42 +0200 |
|---|---|---|
| committer | Uri Shaked | 2025-02-11 10:27:42 +0200 |
| commit | a2dd0c2a0e996d816c456f6e0911d992ba893ff3 (patch) | |
| tree | c98df6426885153fdead0087ac580fc35c57d0d9 /package.json | |
| parent | chore(deps): npm audit fix (diff) | |
| download | avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.tar.gz avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.tar.bz2 avr8js-a2dd0c2a0e996d816c456f6e0911d992ba893ff3.zip | |
chore: replace ts-node with tsx
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" }, |
