Skip to content

Commit

Permalink
TypeScriptを直接実行するts-nodeの依存を排除。
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jan 3, 2024
1 parent ff7bef2 commit 8ad102d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"extlib:install": "node src/cnako3.mjs batch/download-extlib.nako3",
"check_new_version": "node src/cnako3.mjs tools/check_new_version.nako3",
"markdownlint": "markdownlint **/*.md --ignore node_modules",
"hello": "node src/cnako3.mjs -e \"「hello」と表示\"",
"hello:ts": "node --no-warnings=ExperimentalWarning --loader ts-node/esm core/command/snako.mts -e \"「hello」と表示\""
"hello": "node src/cnako3.mjs -e \"「hello」と表示\""
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -144,7 +143,6 @@
"terser-webpack-plugin": "^5.3.1",
"testdouble": "^3.16.5",
"typescript": "^5.0.3",
"ts-node": "^10.9.2",
"url-loader": "^4.1.1",
"util": "^0.12.4",
"webpack": "^5.72.1",
Expand Down

0 comments on commit 8ad102d

Please sign in to comment.