mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-12 19:46:24 -04:00
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "@sd/core",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"codegen": "cargo test && ts-node ./scripts/bindingsIndex.ts",
|
|
"test": "cargo test",
|
|
"test:log": "cargo test -- --nocapture"
|
|
},
|
|
"devDependencies": {
|
|
"prisma": "^3.10.0",
|
|
"ts-node": "^10.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^3.10.0"
|
|
}
|
|
}
|