UNPKG

950 BJSONView Raw
1{
2 "name": "@zerollup/ts-transform-paths",
3 "version": "1.7.18",
4 "license": "MIT",
5 "description": "Ts transform paths",
6 "author": {
7 "name": "Stefan Zerkalica",
8 "email": "zerkalica@gmail.com"
9 },
10 "publishConfig": {
11 "access": "public"
12 },
13 "repository": "https://github.com/zerkalica/zerollup",
14 "bugs": {
15 "url": "https://github.com/zerkalica/zerollup/issues"
16 },
17 "homepage": "https://github.com/zerkalica/zerollup/tree/master/packages/ts-transform-paths",
18 "main": "dist/index.js",
19 "module": "dist/index.mjs",
20 "typings": "dist/index.d.ts",
21 "files": [
22 "*.map",
23 "*.js",
24 "*.md",
25 "package.json",
26 "LICENSE",
27 "@types",
28 "dist"
29 ],
30 "keywords": [
31 "typescript",
32 "transform",
33 "path",
34 "alias"
35 ],
36 "peerDependencies": {
37 "typescript": ">=3.7.2"
38 },
39 "dependencies": {
40 "@zerollup/ts-helpers": "^1.7.18"
41 },
42 "gitHead": "94e3575340f0b59c48dc4caf87170bc21d250ee6"
43}