mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"name": "regression",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .ts",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@zenstackhq/runtime": "workspace:*",
|
|
"@zenstackhq/server": "workspace:*",
|
|
"zenstack": "workspace: *"
|
|
},
|
|
"dependencies": {
|
|
"@zenstackhq/sdk": "workspace:*",
|
|
"@zenstackhq/testtools": "workspace:*",
|
|
"decimal.js": "^10.4.2"
|
|
}
|
|
}
|