Init applications
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "${REPO_NAME}",
|
||||
"description": "${REPO_DESCRIPTION}",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"author": "${REPO_OWNER}",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"db:generate": "pnpm --filter database run db:generate",
|
||||
"db:migrate": "pnpm --filter database run db:migrate",
|
||||
"db:studio": "pnpm --filter database run db:studio"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user