esm-ts-node
Version:
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "esm-ts-node",
"version": "1.0.7",
"description": "run esm + ts-node",
"keywords": [
"typescript",
"node",
"runtime",
"environment",
"ts",
"compiler",
"commonjs",
"ecmascript",
"export",
"import",
"modules",
"require"
],
"homepage": "https://github.com/bluelovers/ws-esm-ts-node/tree/master/packages/es-ts-node#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-esm-ts-node/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-esm-ts-node.git"
},
"license": "ISC",
"author": "",
"main": "bin/index.js",
"bin": {
"es-ts-node": "bin/index.js",
"esm-ts-node": "bin/index.js"
},
"files": [
"bin/index.js",
"dist/bin.js"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"preversion": "yarn run test",
"prepublishOnly": "echo prepublishOnly"
},
"peerDependencies": {
"esm": "^3.2.25",
"ts-node": "^9.0.0"
},
"gitHead": "51a46914369d5e6616b1b163d2706fbee79f277b"
}