@zerollup/ts-transform-paths
Version:
44 lines (43 loc) • 950 B
JSON
{
"name": "@zerollup/ts-transform-paths",
"version": "1.7.18",
"license": "MIT",
"description": "Ts transform paths",
"author": {
"name": "Stefan Zerkalica",
"email": "zerkalica@gmail.com"
},
"publishConfig": {
"access": "public"
},
"repository": "https://github.com/zerkalica/zerollup",
"bugs": {
"url": "https://github.com/zerkalica/zerollup/issues"
},
"homepage": "https://github.com/zerkalica/zerollup/tree/master/packages/ts-transform-paths",
"main": "dist/index.js",
"module": "dist/index.mjs",
"typings": "dist/index.d.ts",
"files": [
"*.map",
"*.js",
"*.md",
"package.json",
"LICENSE",
"@types",
"dist"
],
"keywords": [
"typescript",
"transform",
"path",
"alias"
],
"peerDependencies": {
"typescript": ">=3.7.2"
},
"dependencies": {
"@zerollup/ts-helpers": "^1.7.18"
},
"gitHead": "94e3575340f0b59c48dc4caf87170bc21d250ee6"
}