add build scripts
[xy-pid-controller] / package.json
1 {
2   "name": "x-y-pid-controller",
3   "version": "1.0.0",
4   "description": "",
5   "source": "src/index.html",
6   "scripts": {
7     "start": "parcel serve --no-cache",
8     "build": "parcel build",
9     "build-gitlab": "parcel build --dist-dir public --public-url ./",
10     "test": "echo \"Error: no test specified\" && exit 1"
11   },
12   "keywords": [],
13   "author": "Robin Krens",
14   "license": "ISC",
15   "dependencies": {
16     "planck": "^1.0.0",
17     "tweakpane": "^3.1.4"
18   },
19   "devDependencies": {
20     "eslint": "^8.56.0",
21     "parcel": "^2.11.0"
22   }
23 }