odyssey-client/package.json

16 lines
285 B
JSON
Raw Normal View History

2020-10-05 13:10:12 +00:00
{
"name": "client",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@msgpack/msgpack": "^2.2.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.26.11",
"typescript": "^4.0.3"
},
"scripts": {
"dev": "parcel src/index.html"
}
}