-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "tstaxirl",
"version": "1.0.0",
"description": "repository wide enforcement of a style guide",
"main": "index.js",
"scripts": {
"test": "cd ./packages/core; pnpm test",
"dependencies": "pnpm install; cd ./packages/core; pnpm install; cd ../../backend; pnpm install; cd ../frontend; pnpm install",
"frontend": "cd ./frontend; pnpm dev",
"backend": "cd ./backend; pnpm buildrun",
"buildCore": "cd ./packages/core; pnpm buildDev",
"deployDevDocker": "cd ./frontend; bash dev_deploy_docker.bash",
"buildDocs": "jsdoc -c jsdoc.conf.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhilippOesch/QuickRLGym.js.git"
},
"author": "Philipp Oeschger",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhilippOesch/QuickRLGym.js/issues"
},
"homepage": "https://github.com/PhilippOesch/QuickRLGym.js#readme",
"devDependencies": {
"better-docs": "^2.7.3",
"jsdoc": "^4.0.3",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"taffydb": "^2.7.3",
"typescript": "^4.9.5"
}
}