mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"name": "@stanza/codemods",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"types": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./builtins": "./src/builtins/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@stanza/registry": "workspace:*",
|
|
"ts-morph": "^28.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1",
|
|
"typescript": "^6.0.3",
|
|
"vite-plus": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|