34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "tenebrous-sheets",
|
|
"version": "0.1.0",
|
|
"description": "An open source character sheet service for tabletop roleplaying games.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"webpack-dev": "webpack --watch",
|
|
"build:protobuf": "mkdir -p src/frontend/_proto && protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts -I ./proto --js_out=import_style=commonjs,binary:./src/frontend/_proto --ts_out=service=grpc-web:./src/frontend/_proto ./proto/*.proto",
|
|
"build:webpack": "webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.agnos.is:22022/projectmoon/tenebrous-sheets.git"
|
|
},
|
|
"author": "",
|
|
"license": "AGPL",
|
|
"dependencies": {
|
|
"@improbable-eng/grpc-web": "^0.13.0",
|
|
"google-protobuf": "^3.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/google-protobuf": "^3.7.4",
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"html-webpack-plugin": "^4.5.0",
|
|
"ts-loader": "^8.0.13",
|
|
"ts-protoc-gen": "^0.14.0",
|
|
"typescript": "^4.1.3",
|
|
"webpack": "^5.11.1",
|
|
"webpack-cli": "^4.3.1",
|
|
"webpack-dev-server": "^3.11.1"
|
|
}
|
|
}
|