@donmahallem/trapeze-client-desktop
Version:
An electron app to be used with trapeze endpoints
69 lines (68 loc) • 1.93 kB
JSON
{
"name": "@donmahallem/trapeze-client-desktop",
"version": "5.1.1",
"description": "An electron app to be used with trapeze endpoints",
"main": "./dist/main.js",
"private": false,
"bin": {
"trapeze-client": "./bin/trapeze-client"
},
"scripts": {
"build": "tsc",
"test": "mocha --config ../../.mocharc.yml",
"test:watch": "mocha --config ../../.mocharc.yml --watch",
"test:coverage": "nyc --nycrc-path ../../.nycrc.json npm run test",
"lint": "tslint -c tslint.json -p tsconfig.dev.json src/**/*.ts",
"lint:fix": "tslint --fix -c tslint.json -p tsconfig.dev.json src/**/*.ts",
"docs": "typedoc --options ../../typedoc.json"
},
"files": [
"dist/*",
"bin/*"
],
"trapeze-client": "./bin/trapeze-client",
"engines": {
"node": ">=8.0.0"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://donmahallem.github.io/trapeze/",
"author": {
"name": "donmahallem",
"email": "donmahallem@users.noreply.github.com",
"url": "https://github.com/donmahallem"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/donmahallem/trapeze/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/donmahallem/trapeze.git"
},
"devDependencies": {
"@types/chai": "~4.2.10",
"@types/mocha": "~7.0.2",
"@types/sinon": "~7.5.2",
"asar": "~2.0.1",
"chai": "~4.2.0",
"mocha": "~7.1.0",
"nyc": "~15.0.0",
"pug-cli": "~1.0.0-alpha6",
"ts-node": "~8.6.2",
"tslint": "~6.0.0",
"typedoc": "~0.16.11",
"typescript": "~3.8.3"
},
"dependencies": {
"@donmahallem/trapeze-api-proxy-router": "^5.1.1",
"@donmahallem/trapeze-api-types": "^5.0.7",
"@donmahallem/trapeze-client-ng": "~2.3.2",
"electron": "~8.1.0",
"express": "~4.17.1",
"helmet": "~3.21.3",
"yargs": "~15.0.2"
},
"gitHead": "f025492fe25c1dbfce4e43194a1ca7580349cb1f"
}