계획 계약 명세서 정의 및 검증 기준 분석 (iss-6da9ba883259)
This commit is contained in:
parent
43e4786a44
commit
b44d73c9e7
1 changed files with 24 additions and 0 deletions
24
planning-contract/package.json
Normal file
24
planning-contract/package.json
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
{
|
||||||
|
"name": "planning-contract",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "MiniMax 기반 에이전트의 계획 계약 명세서 및 검증기",
|
||||||
|
"main": "dist/contract-validator.js",
|
||||||
|
"types": "dist/types.d.ts",
|
||||||
|
"scripts": {
|
||||||
|
"build": "tsc",
|
||||||
|
"test": "jest",
|
||||||
|
"test:coverage": "jest --coverage"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/jest": "^29.5.12",
|
||||||
|
"jest": "^29.7.0",
|
||||||
|
"ts-jest": "^29.1.2",
|
||||||
|
"typescript": "^5.4.5"
|
||||||
|
},
|
||||||
|
"jest": {
|
||||||
|
"preset": "ts-jest",
|
||||||
|
"testEnvironment": "node",
|
||||||
|
"moduleFileExtensions": ["ts", "js", "json"],
|
||||||
|
"testMatch": ["**/*.test.ts"]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue