1234567891011121314151617181920 |
- {
- "name": "babylonjs-publisher",
- "version": "1.0.0",
- "description": "Publishing babylon's packages automatically",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Raanan Weber",
- "license": "ISC",
- "dependencies": {
- "fs-extra": "^5.0.0",
- "prompt": "^1.0.0",
- "shelljs": "^0.7.8",
- "typescript": "^3.0.1"
- },
- "devDependencies": {
- "gulp": "^4.0.0"
- }
- }
|