@timeytim/client
Version:

72 lines (71 loc) • 1.98 kB
JSON
{
"name": "@timeytim/client",
"version": "0.10.0",
"scripts": {
"build": "rm -rf lib && tsc -p . && rm -fr lib/tests && mv lib/src/** lib/ && rm -fr lib/src",
"format": "prettier --write 'src/**/*.{ts,tsx}' 'tests/**/*.{ts,tsx}'",
"lint": "eslint 'src/**/*.{ts,tsx}' 'tests/**/*.{ts,tsx}'",
"prepublish": "npm run build",
"test": "mocha --opts tests/mocha.opts tests/**/*-test.{ts,tsx} && npm run lint && npm run build"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"keywords": [
"cron",
"scheduling",
"monitoring",
"watchdog",
"dead",
"man's",
"switch",
"uptime",
"recurring"
],
"files": [
"lib/"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-typescript": "^3.0.0",
"eslint-formatter-pretty": "^3.0.1",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-loader": "^4.0.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-typescript": "^0.14.0",
"mocha": "^7.1.1",
"mocha-clean": "^1.0.0",
"prettier": "^2.0.4",
"ts-node": "^8.8.2",
"typescript": "^3.8.3"
},
"description": "",
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeyTim/timeytim.git"
},
"author": "TimeyTim",
"bugs": {
"url": "https://github.com/TimeyTim/timeytim/issues"
},
"homepage": "https://github.com/TimeyTim/timeytim#readme"
}