mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-20 14:38:58 -04:00
16 lines
335 B
JSON
16 lines
335 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",
|
|
"prisma": "prisma-client-rust"
|
|
},
|
|
"devDependencies": {
|
|
"ts-node": "^10.7.0"
|
|
}
|
|
}
|