2025-09-05 14:59:21 +08:00

60 lines
1.4 KiB
JSON

{
"name": "magic-string-ast",
"version": "1.0.2",
"description": "magic-string with AST shortcut.",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/sxzz/magic-string-ast#readme",
"bugs": {
"url": "https://github.com/sxzz/magic-string-ast/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sxzz/magic-string-ast.git"
},
"author": "三咲智子 Kevin Deng <sxzz@sxzz.moe>",
"funding": "https://github.com/sponsors/sxzz",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./*": "./*"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"magic-string": "^0.30.17"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.1.2",
"@sxzz/prettier-config": "^2.2.3",
"@types/node": "^24.2.1",
"bumpp": "^10.2.2",
"eslint": "^9.33.0",
"fast-glob": "^3.3.3",
"magic-string-stack": "^1.0.0",
"prettier": "^3.6.2",
"tsdown": "^0.14.0",
"tsx": "^4.20.3",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20.18.0"
},
"prettier": "@sxzz/prettier-config",
"scripts": {
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"build": "tsdown",
"test": "vitest",
"typecheck": "tsc --noEmit",
"format": "prettier --cache --write .",
"release": "bumpp"
}
}