@franklx/onesignal-node
Version:
A Node.js Library for OneSignal push notification service
81 lines • 2.38 kB
JSON
{
"name": "@franklx/onesignal-node",
"version": "4.0.0-p2",
"description": "A Node.js Library for OneSignal push notification service",
"engines": {
"node": ">=8.13.0"
},
"main": "./lib/src/index.js",
"types": "./lib/src/index.d.ts",
"files": [
"/lib",
"LICENSE",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sharekey/onesignal-node.git"
},
"keywords": [
"onesignal",
"one-signal",
"gcm",
"signal",
"notification"
],
"author": "Sharekey <admin@sharekey.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeyneloz/onesignal-node.git/issues"
},
"homepage": "https://github.com/zeyneloz/onesignal-node.git#readme",
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/chai-as-promised": "^7.1.8",
"@types/chai-string": "^1.4.5",
"@types/mocha": "^5.2.7",
"@types/nock": "^11.1.0",
"@types/node": "^12.20.55",
"@types/request": "^2.48.12",
"@types/request-promise": "^4.1.51",
"@types/sinon": "^7.5.2",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.2",
"chai-string": "^1.5.0",
"codecov": "^3.8.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.34.1",
"mocha": "^6.2.3",
"nock": "^11.9.1",
"nyc": "^14.1.1",
"prettier": "^1.19.1",
"sinon": "^7.5.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.21",
"ts-node": "^8.10.2",
"typedoc": "^0.25.13",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.6.8"
},
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f",
"scripts": {
"lint": "eslint src test --ext .js,.ts",
"build": "tsc -b",
"test": "mocha -r ts-node/register 'test/unit/**/*.spec.ts'",
"test-integration": "mocha -r ts-node/register 'test/integration/**/*.spec.ts'",
"coverage": "nyc --reporter=lcov npm run test",
"update-codecov": "codecov"
}
}