UNPKG

yuzu-application

Version:
53 lines (52 loc) 1.24 kB
{ "name": "yuzu-application", "description": "Yuzu Application Manager", "version": "2.0.1", "license": "MIT", "homepage": "https://github.com/dwightjack/yuzu/packages/application", "author": "Marco Solazzi", "unpkg": "dist/yuzu-application.umd.production.min.js", "main": "dist/index.js", "module": "dist/yuzu-application.esm.js", "typings": "dist/index.d.ts", "amdName": "YZ.Application", "publishConfig": { "access": "public" }, "engines": { "node": ">=10.0.0" }, "files": [ "src", "dist" ], "keywords": [ "yuzu", "sandbox", "context", "application" ], "repository": { "type": "git", "url": "https://github.com/dwightjack/yuzu.git" }, "bugs": "https://github.com/dwightjack/yuzu/issues", "scripts": { "start": "tsdx watch", "build:tsdx": "tsdx build --format cjs,esm,umd", "build": "npm-run-all build:tsdx size", "test": "tsdx test", "size": "node ../../scripts/size-report.js --color" }, "peerDependencies": { "yuzu": "^2.0.0" }, "dependencies": { "tiny-invariant": "^1.0.6", "yuzu-utils": "^2.0.1" }, "devDependencies": { "yuzu": "^2.0.1" }, "gitHead": "0d6e84e7a6f39849308551fc1c34a97dff70fca5" }