@widergy/polling-handling
Version:
Utility GO! Polling Handling
61 lines (60 loc) • 1.69 kB
JSON
{
"name": "@widergy/polling-handling",
"version": "2.1.2",
"description": "Utility GO! Polling Handling",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "npm run build && husky install",
"build": "tsc"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/widergy/polling-handling.git"
},
"keywords": [
"widergy",
"web-utils",
"utils"
],
"author": "Widergy",
"license": "MIT",
"bugs": {
"url": "https://github.com/widergy/polling-handling/issues"
},
"homepage": "https://github.com/widergy/polling-handling#readme",
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/eslint-plugin-tslint": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@widergy/semantic-release-package-config": "^1.0.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-ban": "^1.6.0",
"eslint-plugin-jsdoc": "^46.5.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.0",
"semantic-release": "^15.13.31",
"typescript": "^5.2.2"
},
"dependencies": {
"@widergy/web-utils": "^2.0.0",
"apisauce": "^3.0.1"
},
"resolutions": {
"@types/node": "^12.0.0",
"@types/css-font-loading-module": "0.0.14"
},
"release": {
"extends": "@widergy/semantic-release-package-config"
}
}