UNPKG

ts-macro

Version:
42 lines 913 B
{ "name": "ts-macro", "version": "0.1.25", "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": { "@volar/language-core": "^2.4.11", "@vue/language-core": "^2.2.8", "muggle-string": "^0.4.1", "unplugin-utils": "^0.2.4" }, "scripts": { "dev": "tsup --watch", "build": "tsup --minify", "typecheck": "tsc --noEmit" } }