esmo
Version:
Node.js runtime enhanced with esbuild for loading TypeScript & ESM
30 lines (29 loc) • 651 B
JSON
{
"name": "esmo",
"packageManager": "pnpm@9.11.0",
"description": "Node.js runtime enhanced with esbuild for loading TypeScript & ESM",
"version": "4.8.0",
"license": "MIT",
"type": "module",
"repository": "https://github.com/esbuild-kit/esno.git",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"scripts": {
"test": "node esno.js test/*.*",
"release": "bumpp && tsx publish.ts"
},
"dependencies": {
"tsx": "^4.19.1"
},
"bin": {
"esno": "esno.js"
},
"files": [
"esno.js"
],
"devDependencies": {
"bumpp": "^9.6.1",
"fsxx": "^0.1.0",
"typescript": "^5.6.2",
"zx": "^8.1.8"
}
}