mirror of https://github.com/msgbyte/tailchat
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.
19 lines
581 B
JSON
19 lines
581 B
JSON
{
|
|
"name": "tailchat-desktop",
|
|
"version": "0.0.1",
|
|
"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": {}
|
|
}
|