You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 712B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "yaca",
  3. "packageManager": "yarn@3.1.0",
  4. "devDependencies": {
  5. "@types/body-parser": "^1.19.2",
  6. "@types/express": "^4.17.13",
  7. "@types/fs-extra": "^9.0.13",
  8. "@types/puppeteer": "^5.4.5",
  9. "@types/sqlite3": "^3.1.8",
  10. "@types/uuid": "^8",
  11. "typescript": "^4.5.2"
  12. },
  13. "dependencies": {
  14. "body-parser": "^1.19.0",
  15. "express": "^4.17.1",
  16. "fs-extra": "^10.0.0",
  17. "puppeteer": "^13.5.2",
  18. "sqlite3": "^5.0.2",
  19. "uuid": "^8.3.2"
  20. },
  21. "scripts": {
  22. "build": "tsc",
  23. "start": "node dist/index.js",
  24. "bundle": "bash -c 'tar -cvzf ../../bundle.tgz .yarn/{plugins,releases} .yarnrc.yml client src Dockerfile package.json tsconfig.json yarn.lock'"
  25. }
  26. }