UNPKG

node-ts-modules

Version:

Enable direct TypeScript imports from node_modules using Node.js --experimental-strip-types

39 lines (38 loc) 829 B
{ "name": "node-ts-modules", "version": "0.0.3", "description": "Enable direct TypeScript imports from node_modules using Node.js --experimental-strip-types", "bin": { "node-ts-modules-postinstall": "./postinstall.js" }, "files": [ "*.js", "*.mjs" ], "repository": { "type": "git", "url": "git+https://github.com/devthefuture-org/node-ts-modules.git" }, "homepage": "https://github.com/devthefuture-org/node-ts-modules#readme", "bugs": { "url": "https://github.com/devthefuture-org/node-ts-modules/issues" }, "publishConfig": { "access": "public" }, "author": "devthejo", "license": "MIT", "keywords": [ "typescript", "node", "modules", "loader", "strip-types", "ts", "esm", "commonjs" ], "engines": { "node": ">=22.0.0" } }