mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-25 19:28:11 -05:00
19 lines
401 B
JSON
19 lines
401 B
JSON
{
|
|
"name": "@sd/core",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"license": "GPL-3.0-only",
|
|
"scripts": {
|
|
"codegen": "cargo test && ts-node ./scripts/bindingsIndex.ts",
|
|
"build": "cargo build",
|
|
"test": "cargo test",
|
|
"test:log": "cargo test -- --nocapture",
|
|
"prisma": "cargo prisma"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.23",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|