Files
kontrakorronte/package.json
MiltonCandelero 1c92612f58 updated typescript
2020-09-22 19:54:48 -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.3"
}
}