UNPKG

ecsy-baby

Version:

A community project for easy implementation of ecsy in babylon.js

50 lines (49 loc) 1.29 kB
{ "name": "ecsy-baby", "version": "0.0.6", "description": "A community project for easy implementation of ecsy in babylon.js", "main": "index.js", "scripts": { "prepublishOnly": "./scripts/publish.sh", "build": "npm run build-src && npm run build-site", "build-src": "tsc --project tsconfig.source.json", "watch-src": "tsc -w --project tsconfig.source.json", "build-site": "webpack", "watch-site": "webpack serve --open", "test-site": "cd ./examples/spinning-cube && live-server" }, "repository": { "type": "git", "url": "git+https://github.com/mrchantey/ecsy-baby.git" }, "keywords": [ "ecs", "ecsy", "baby", "babylon" ], "author": "mr chantey", "license": "ISC", "bugs": { "url": "https://github.com/mrchantey/ecsy-baby/issues" }, "homepage": "https://github.com/mrchantey/ecsy-baby#readme", "devDependencies": { "@babel/cli": "^7.12.10", "@babel/core": "^7.12.10", "@babel/plugin-transform-modules-commonjs": "^7.12.1", "@babel/preset-typescript": "^7.12.7", "babylonjs": "^4.2.0", "ecsy": "^0.4.2", "live-server": "^1.2.1", "ts-loader": "^8.0.14", "typescript": "^4.1.3", "webpack": "^5.14.0", "webpack-cli": "^4.3.1", "webpack-dev-server": "^3.11.2" }, "peerDependencies": { "babylonjs": "*", "ecsy": "*" } }