Files
kontrakorronte/package.json
MiltonCandelero 28901ad7c3 Initial commit
2020-09-03 22:58:43 -03:00

16 lines
319 B
JSON

{
"license": "",
"scripts": {
"start": "parcel serve src/index.html --open",
"build": "parcel build src/index.html"
},
"dependencies": {
"pixi.js": "^5.3.3"
},
"devDependencies": {
"parcel-bundler": "1.12.4",
"parcel-plugin-static-files-copy": "^2.5.0",
"typescript": "^4.0.2"
}
}