12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"name": "rpgroller",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"generate:api-client": "node ./scripts/generate-api-client.mjs",
|
|
"lint": "node ./scripts/lint-frontend.mjs",
|
|
"format:check": "node ./scripts/format-check.mjs"
|
|
}
|
|
}
|