doctor-mail/package.json

17 lines
387 B
JSON
Raw Normal View History

2024-07-11 11:00:51 +08:00
{
"name": "nice-stack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "pnpm run --parallel dev"
},
"keywords": [],
2024-09-03 11:04:47 +08:00
"author": "insiinc",
2025-01-27 12:37:02 +08:00
"license": "ISC",
"devDependencies": {
"@prisma/client": "5.17.0",
"runtime@5.17.0": "link:@prisma/client/runtime@5.17.0"
}
2024-07-11 11:00:51 +08:00
}