react-onesignal
Version:
React OneSignal Module: Make it easy to integrate OneSignal with your React App!
70 lines (69 loc) • 1.58 kB
JSON
{
"name": "react-onesignal",
"version": "3.4.0",
"description": "React OneSignal Module: Make it easy to integrate OneSignal with your React App!",
"contributors": [
{
"name": "Rodrigo Gomez-Palacio"
},
{
"name": "Pedro Bini"
},
{
"name": "Graham Marlow"
},
{
"name": "Fadi George"
}
],
"homepage": "https://onesignal.com",
"repository": "https://github.com/OneSignal/react-onesignal.git",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"engines": {
"node": ">=14",
"npm": ">=6"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"build": "tsc --noEmit && vite build",
"test": "vitest run",
"prepare": "npm run lint && npm run test && npm run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/parser": "^8.28.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "7.37.4",
"jsdom": "^26.0.0",
"typescript": "^5.8.2",
"vite": "^6.2.1",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.0.9"
},
"files": [
"dist",
"README.md",
"LICENSE",
"CHANGELOG.md",
"MigrationGuide.md"
],
"keywords": [
"onesignal",
"push",
"notification",
"push notification",
"react"
]
}