mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
Co-authored-by: Augustin <43639468+Azzerty23@users.noreply.github.com> Co-authored-by: Jonathan Stevens <jonathan.stevens@resnovas.com> Co-authored-by: Jonathan S <jonathan.stevens@eventiva.co.uk> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ErikMCM <70036542+ErikMCM@users.noreply.github.com> Co-authored-by: Jason Kleinberg <ustice@gmail.com> Co-authored-by: Jonathan S <punk.gift9475@alias.org.uk> Co-authored-by: Jiasheng <jiashengguo@outlook.com>
24 lines
588 B
JSON
24 lines
588 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": {
|
|
"@types/node": "^18.0.0",
|
|
"@zenstackhq/sdk": "workspace:*",
|
|
"@zenstackhq/testtools": "workspace:*",
|
|
"decimal.js": "^10.4.2"
|
|
}
|
|
}
|