chatchat/package.json

22 lines
435 B
JSON

{
"name": "chatchat",
"version": "1.0.0",
"description": "ChatChat ported to HTML5",
"scripts": {
"build": "webpack"
},
"private": true,
"repository": "https://gitdab.com/s/chatchat.git",
"author": "Soren",
"license": "MIT",
"devDependencies": {
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"pixi.js": "^5.3.3"
}
}