UNPKG

@calipsa/timer

Version:
37 lines (36 loc) 817 B
{ "name": "@calipsa/timer", "version": "1.0.0", "description": "A simple timer", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest --no-cache", "lint": "eslint './src/**/*.ts'", "build": "rm -rf dist && tsc", "version": "npm run build", "release": "np" }, "repository": { "type": "git", "url": "https://github.com/calipsa/timer" }, "keywords": [ "js", "timer" ], "author": "Anton Veselev", "license": "ISC", "dependencies": {}, "devDependencies": { "@calipsa/eslint-config-typescript": "^1.3.0", "@types/jest": "^25.2.1", "@types/lodash": "^4.14.149", "@types/node": "^13.11.0", "eslint": "^6.8.0", "jest": "^25.2.7", "np": "^5.2.1", "ts-jest": "^25.3.1", "typescript": "^3.8.3" } }