@ue-too/board
Version:
39 lines • 827 B
JSON
{
"name": "@ue-too/board",
"type": "module",
"version": "0.6.0",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"default": "./index.js"
},
"./package.json": "./package.json"
},
"main": "./index.js",
"types": "./index.d.ts",
"module": "./index.js",
"dependencies": {
"@ue-too/math": "^0.6.0",
"@ue-too/being": "^0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ue-too/ue-too.git"
},
"author": "niuee",
"license": "MIT",
"bugs": {
"url": "https://github.com/ue-too/ue-too/issues"
},
"homepage": "https://github.com/ue-too/ue-too#readme",
"keywords": [
"canvas",
"infinite-canvas",
"pixi.js",
"PIXI"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}