@ftge/use-arena-screensaver
Version:
Use an are.na channel to create a screensaver when your website becomes idle.
77 lines (76 loc) • 1.86 kB
JSON
{
"name": "@ftge/use-arena-screensaver",
"version": "1.3.8",
"description": "Use an are.na channel to create a screensaver when your website becomes idle.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/fort-greene-engineering/useArenaScreesaver",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"prepublishOnly": "tsc && rollup -c",
"build": "rollup -c",
"start": "rollup -c -w",
"test": "jest",
"deploy": "npm run build && npm publish --access public"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"jest": {
"transform": {
".(ts|tsx)": "ts-jest"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"modulePathIgnorePatterns": [
"<rootDir>/dist/"
]
},
"keywords": [
"react",
"react hooks",
"typescript",
"npm",
"arena",
"idle",
"screensaver"
],
"author": "Ryan Sheehan",
"license": "MIT",
"files": [
"dist"
],
"peerDependencies": {
"react": ">=18.1.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^26.0.7",
"@types/node": "^17.0.33",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"prettier": "2.6.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^26.1.3",
"typescript": "^4.6.4"
},
"dependencies": {
"react-idle-timer": "^5.1.3"
}
}