Files
spacedrive/packages/core/package.json
Jamie Pine 939857a955 react query working with Rust
- other stuff
2022-03-12 10:00:58 -08:00

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"
}
}