UNPKG

ticker-service

Version:

A service used to create animation loops in a simple way and to keep everything in sync within an app.

57 lines (56 loc) 1.68 kB
{ "name": "ticker-service", "version": "1.1.0", "description": "A service used to create animation loops in a simple way and to keep everything in sync within an app.", "main": "dist/index.js", "module": "dist/index.modern.js", "source": "src/index.ts", "directories": { "test": "test" }, "scripts": { "test": "jest", "build": "microbundle build" }, "repository": { "type": "git", "url": "git+https://github.com/mcastiello/ticker-service.git" }, "keywords": [ "Ticker", "Timeout", "Timing Functions", "Animation Loop" ], "author": "Marco Castiello", "license": "ISC", "bugs": { "url": "https://github.com/mcastiello/ticker-service/issues" }, "homepage": "https://github.com/mcastiello/ticker-service#readme", "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.7.5", "@types/jest": "^26.0.20", "eslint": "^6.8.0", "eslint-config-airbnb-typescript": "^7.0.0", "eslint-config-prettier": "^6.7.0", "eslint-config-react-app": "^5.2.1", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-react-hooks": "^3.0.0", "eslint-plugin-sonarjs": "^0.5.0", "eslint-plugin-spellcheck": "^0.0.14", "eslint-plugin-standard": "^4.0.1", "jest": "^26.6.3", "microbundle": "^0.13.0", "prettier": "^2.0.4", "ts-jest": "^26.4.4", "typescript": "^3.7.5" } }