/
docNemo
/
tactic-hack-core
Обзор
Документация
Войти
/
docNemo
/
tactic-hack-core
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
package.json
27 строк
583 B
neo
Scaffold TypeScript package (strict, ESM, vitest)
18 июл 2026, 23:58
18 июл 2026, 23:58
145796c
Код
Авторство
О чём код?
{ "name": "tactic-hack-core", "version": "0.1.0", "description": "Tactic Hack game rules engine and protocol types (pure, no I/O)", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsc -p tsconfig.build.json", "test": "vitest run", "test:watch": "vitest", "prepare": "npm run build" }, "devDependencies": { "typescript": "^5.6.0", "vitest": "^2.1.0" } }