Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.json 674 B

You have to be logged in to leave a comment. Sign In
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
  1. {
  2. "name": "starfall",
  3. "version": "0.1.4",
  4. "description": "Starfall game (Phaser 3 + TypeScript)",
  5. "main": "webpack.config.js",
  6. "scripts": {
  7. "build": "webpack",
  8. "start": "webpack-dev-server",
  9. "perf": "bash ./code/fps.sh",
  10. "deploy": "sh ./code/deploy.sh",
  11. "data:import": "sh ./code/import.sh",
  12. "data:predict": "node ./code/predict.js"
  13. },
  14. "author": "Paul Cuciureanu",
  15. "license": "MIT",
  16. "devDependencies": {
  17. "http-server": "^0.11.1",
  18. "phaser": "^3.15.1",
  19. "tar": "^4.4.10",
  20. "ts-loader": "^5.3.0",
  21. "typescript": "^3.1.6",
  22. "webpack": "^4.26.0",
  23. "webpack-cli": "^3.1.2",
  24. "webpack-dev-server": "^3.7.1"
  25. }
  26. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...