{ "name": "ts-macro", "version": "0.1.35", "type": "commonjs", "license": "MIT", "homepage": "https://github.com/ts-macro/ts-macro#readme", "bugs": { "url": "https://github.com/ts-macro/ts-macro/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ts-macro/ts-macro.git", "directory": "packages/ts-macro" }, "files": [ "dist" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs" }, "./*": [ "./*", "./*.d.ts" ] }, "dependencies": { "muggle-string": "^0.4.1" }, "devDependencies": { "@volar/language-core": "^2.4.17" }, "scripts": { "dev": "tsup --watch", "build": "tsup --minify", "typecheck": "tsc --noEmit" } }