0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 20:03:07 +02:00
libsignal/package.json
2021-06-28 12:52:57 -07:00

53 lines
1.6 KiB
JSON

{
"name": "@signalapp/signal-client",
"version": "0.8.2",
"license": "AGPL-3.0-only",
"main": "node/dist/index.js",
"types": "node/dist/index.d.ts",
"files": [
"node/dist/*.js",
"node/dist/*.d.ts",
"prebuilds/*/*.node"
],
"scripts": {
"install": "node-gyp-build",
"build": "node-gyp build",
"tsc": "tsc -b node && yarn cpy node/*.d.ts node/dist/",
"clean": "rimraf node/dist build prebuilds",
"test": "electron-mocha --recursive node/dist/test --require source-map-support/register",
"lint": "cd node && eslint . --ext .js,.jsx,.ts,.tsx",
"format": "p() { prettier ${@:- --write} package.json '*.js' 'node/**/*.{css,js,json,md,scss,ts,tsx}'; }; p"
},
"dependencies": {
"node-gyp-build": "^4.2.3",
"uuid": "^8.3.0"
},
"devDependencies": {
"@types/bindings": "^1.3.0",
"@types/chai": "4.2.15",
"@types/chai-as-promised": "^7.1.3",
"@types/mocha": "5.2.7",
"@types/node": "13.1.8",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"@typescript-eslint/parser": "^4.6.0",
"chai": "4.2.0",
"chai-as-promised": "^7.1.1",
"cpy-cli": "^3.0.0",
"electron": "11.2.3",
"electron-mocha": "8.1.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-header": "^3.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-more": "^1.0.0",
"mocha": "7.1.1",
"node-gyp": "^7.1.2",
"prettier": "1.19.1",
"rimraf": "3.0.1",
"source-map-support": "^0.5.19",
"typescript": "3.7.4"
}
}