UNPKG

@swc-node/sourcemap-support

Version:

Runtime sourcemap support in NodeJS

44 lines 932 B
{ "name": "@swc-node/sourcemap-support", "version": "0.6.1", "description": "Runtime sourcemap support in NodeJS", "keywords": [ "swc", "ts-node", "N-API", "NAPI", "napi-rs", "node-rs", "rust", "esbuild", "typescript" ], "author": "LongYinan <github@lyn.one>", "homepage": "https://github.com/swc-project/swc-node", "license": "MIT", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "README.md", "LICENSE" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/swc-project/swc-node.git" }, "dependencies": { "source-map-support": "^0.5.21", "tslib": "^2.8.1" }, "bugs": { "url": "https://github.com/swc-project/swc-node/issues" }, "devDependencies": { "@types/source-map-support": "^0.5.10" } }