GGJ22/Engine/package.json

26 lines
573 B
JSON
Raw Normal View History

2022-01-29 01:37:01 -08:00
{
"name": "engine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"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
"pixi.js": "^6.2.2",
2022-01-29 16:30:26 -08:00
"planck": "^1.0.0-alpha.3",
2022-01-29 01:37:01 -08:00
"typescript": "^4.5.5"
2022-01-29 02:22:31 -08:00
},
"staticFiles": {
"staticPath": "../Assets",
"staticOutPath": "Assets"
2022-01-29 01:37:01 -08:00
}
}