You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/client/desktop/release/app/package.json

21 lines
622 B
JSON

{
"name": "tailchat-desktop",
"version": "0.0.5",
"description": "A foundation for scalable desktop apps",
"license": "MIT",
"author": {
"name": "moonrailgun",
"email": "moonrailgun@gmail.com",
"url": "https://github.com/moonrailgun"
},
"main": "./dist/main/main.js",
"scripts": {
"electron-rebuild": "node -r ts-node/register ../../.erb/scripts/electron-rebuild.js",
"postinstall": "npm run electron-rebuild && npm run link-modules",
"link-modules": "node -r ts-node/register ../../.erb/scripts/link-modules.ts"
},
"dependencies": {
"electron-screenshots": "^0.5.23"
}
}