mirror of
https://github.com/appy-one/acebase-client.git
synced 2026-05-24 22:01:18 -06:00
16 lines
433 B
JSON
16 lines
433 B
JSON
{
|
|
"scripts": {
|
|
"build": "npm run build:esm && npm run build:cjs",
|
|
"build:esm": "tsc -p tsconfig.esm.json",
|
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
"test": "node esm && node cjs"
|
|
},
|
|
"dependencies": {
|
|
"acebase": "^1.29.10",
|
|
"acebase-core": "^1.28.1",
|
|
"acebase-server": "^1.19.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^4.9.3"
|
|
}
|
|
}
|