|
1 | 1 | { |
2 | 2 | "name": "@aliceo2/run-condition-table", |
3 | | - "version": "0.1.0", |
| 3 | + "version": "0.1.1", |
4 | 4 | "main": "main.js", |
5 | 5 | "author": "ALICEO2", |
6 | 6 | "keywords": [ |
|
17 | 17 | "eslint:fix": "npm run eslint -- --fix", |
18 | 18 | "eslint:show": "npm run eslint; firefox ./reports/static/static-analysis.html", |
19 | 19 | "static": "npm run eslint", |
20 | | - |
21 | 20 | "coverage:test": "mocha --exit test/*", |
22 | 21 | "coverage:report": "nyc report --report=html --report=json", |
23 | 22 | "coverage": "nyc npm run coverage:test && npm run coverage:report ", |
24 | 23 | "test": "mkdir -pv ./reports; npm run static; npm run coverage; if [ \"RUNNING_ENV\" = \"DOCKER\" ]; then chmod -R o+w ./reports; fi #TODO platform independent", |
25 | 24 | "test:mocha": "mocha", |
26 | 25 | "reports:show": "open ./reports/**/*.html", |
27 | 26 | "reports:clean": "rm -rf ./reports; rm -rf .nyc_output", |
28 | | - |
29 | 27 | "start:dev": "nodemon app/main.js --watch main.js --watch app --ignore app/public", |
30 | 28 | "start:dev:local": "bash -c 'set -o allexport && ls && source ./docker/env_file-dev && set +o allexport && npm run start:dev'", |
31 | 29 | "start:prod": "node app/main.js", |
32 | | - |
33 | 30 | "prod": "./rctmake", |
34 | 31 | "dev": "./rctmake build[up],dump:clean,attach --target dev ", |
35 | 32 | "dev:up": "./rctmake build[up] --target dev --attach", |
36 | 33 | "dev:up-re": "./rctmake build[up],dump:restore,attach --target dev -F ", |
37 | 34 | "dev:prune": "./rctmake prune,db,build,stop --target dev --attach", |
38 | 35 | "docker:test": "./rctmake prune,build,prune --target test", |
39 | | - |
40 | 36 | "prune": "./rctmake prune", |
41 | 37 | "app:attach": "docker attach rct_application", |
42 | | - |
43 | 38 | "db:check": "./rctmake prune,db,build,follow -t dev -S o2-rct_database ", |
44 | 39 | "db:attach": "docker exec -it o2-rct_database psql -U postgres -d \"rct-db\"", |
45 | | - |
46 | 40 | "db:clean": "./rctmake dump:clean", |
47 | 41 | "dump:make": "./rctmake dump:make -F ", |
48 | 42 | "dump:list": "./rctmake dump:list", |
49 | 43 | "dump:restore": "./rctmake dump:restore -F ", |
50 | 44 | "dump:remove": "./rctmake dump:remove -F ", |
51 | | - |
52 | 45 | "tmp": "nodemon ./tmp/tmp.js" |
53 | 46 | }, |
54 | 47 | "dependencies": { |
|
60 | 53 | "files": [ |
61 | 54 | "app/", |
62 | 55 | "docs/" |
63 | | - ], |
| 56 | + ], |
64 | 57 | "bundledDependencies": [ |
65 | 58 | "@aliceo2/web-ui", |
66 | 59 | "esm", |
|
0 commit comments