GGJ22/Engine/package.json

28 lines
613 B
JSON
Raw Normal View History

2022-01-29 01:37:01 -08:00
{
"name": "engine",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
2022-01-29 02:22:31 -08:00
"@parcel/resolver-glob": "^2.2.1",
"@parcel/transformer-yaml": "^2.2.1",
2022-01-29 01:37:01 -08:00
"parcel": "^2.2.1",
2022-01-29 02:22:31 -08:00
"parcel-reporter-static-files-copy": "^1.3.4",
2022-01-29 01:37:01 -08:00
"typescript": "^4.5.5"
2022-01-29 02:22:31 -08:00
},
2022-01-29 19:41:24 -08:00
"dependencies": {
2022-01-30 04:07:29 -08:00
"@pixi/filter-outline": "^4.1.5",
2022-01-29 19:41:24 -08:00
"pixi.js": "^6.2.2",
"planck": "^1.0.0-alpha.3"
},
2022-01-29 02:22:31 -08:00
"staticFiles": {
"staticPath": "../Assets",
"staticOutPath": "Assets"
2022-01-29 01:37:01 -08:00
}
}