test_notification
Version:
JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly
71 lines (70 loc) • 2 kB
JSON
{
"name": "test_notification",
"version": "1.2.2",
"description": "JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly",
"main": "dist/umd/siren-js-umd-sdk.js",
"module": "dist/esm/siren-js-esm-sdk.js",
"types": "dist/esm/Siren.d.ts",
"type": "module",
"scripts": {
"build": "rm -rf dist && rollup -c",
"dev": "npx serve -p 8081",
"lint": "eslint src",
"prepare": "husky",
"test": "npx jest",
"coverage": "npx jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeyValueSoftwareSystems/siren-js-sdk.git"
},
"keywords": [
"js",
"siren",
"notifications",
"api's",
"sdk"
],
"author": "KeyValue Software Systems",
"license": "MIT",
"bugs": {
"url": "https://github.com/KeyValueSoftwareSystems/siren-js-sdk/issues"
},
"homepage": "https://github.com/KeyValueSoftwareSystems/siren-js-sdk#readme",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"dotenv": "^16.4.5",
"eslint": "^8.56.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.12.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "^1.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0"
},
"dependencies": {
"promise-polyfill": "^8.3.0",
"tslib": "^2.6.2",
"whatwg-fetch": "^3.6.20"
},
"files": [
"./dist",
"license",
"readme",
"changelog"
]
}