SourceTermAnalysisSystem_vue/node_modules/ts-macro/package.json
2026-05-15 10:22:44 +08:00

42 lines
872 B
JSON

{
"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"
}
}