chore: Update package.json scripts for backend and frontend
This commit is contained in:
parent
da38227067
commit
d83803394b
6 changed files with 889 additions and 106 deletions
14
package.json
14
package.json
|
@ -1,17 +1,24 @@
|
|||
{
|
||||
"name": "adhd-home-quest",
|
||||
"name": "adhd_home_quest",
|
||||
"version": "0.0.1",
|
||||
"description": " An ADHD Task planning tool, based on a Quest and Leveling System. It should be developed as a independent Backend and a basic web App in Svelte for the start. Native Apps might follow. ",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/JosunLP/ADHD-Home-Quest.git"
|
||||
},
|
||||
"homepage": "",
|
||||
"scripts": {
|
||||
"sync:configs": "ts-node ./tooling/updatePackages.ts"
|
||||
},
|
||||
"keywords": [
|
||||
"ADHD",
|
||||
"planner",
|
||||
"authism",
|
||||
"quest"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/JosunLP/ADHD-Home-Quest/issues"
|
||||
},
|
||||
"author": "Jonas Pfalzgraf <info@josunlp.de>",
|
||||
"contributors": [
|
||||
{
|
||||
|
@ -25,5 +32,8 @@
|
|||
"url": "https://m-lessmann.de"
|
||||
}
|
||||
],
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"ts-node": "^10.9.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue