package.json 494 B

1234567891011121314151617181920
  1. {
  2. "name": "babylonjs-publisher",
  3. "version": "1.0.0",
  4. "description": "Publishing babylon's packages automatically",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Raanan Weber",
  10. "license": "ISC",
  11. "dependencies": {
  12. "fs-extra": "^5.0.0",
  13. "prompt": "^1.0.0",
  14. "shelljs": "^0.7.8",
  15. "typescript": "^3.0.1"
  16. },
  17. "devDependencies": {
  18. "gulp": "^4.0.0"
  19. }
  20. }