magicciv/packages/engine-ts/package.json
Claude Code 9034d117f7 deps-add(packages-directly): Install and pin critical security packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 22:48:52 -07:00

15 lines
251 B
JSON

{
"name": "@magic-civ/engine-ts",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"typescript": "^5.7.0"
}
}