GGJ22/Engine/package.json
2022-01-29 19:41:24 -08:00

27 lines
575 B
JSON

{
"name": "engine",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/resolver-glob": "^2.2.1",
"@parcel/transformer-yaml": "^2.2.1",
"parcel": "^2.2.1",
"parcel-reporter-static-files-copy": "^1.3.4",
"typescript": "^4.5.5"
},
"dependencies": {
"pixi.js": "^6.2.2",
"planck": "^1.0.0-alpha.3"
},
"staticFiles": {
"staticPath": "../Assets",
"staticOutPath": "Assets"
}
}