UNPKG

trakr

Version:

Minimal utility for tracking performance

41 lines (40 loc) 1.02 kB
{ "name": "trakr", "version": "0.2.0", "description": "Minimal utility for tracking performance", "main": "build/index.js", "types": "build/index.d.ts", "repository": "github:scheibo/trakr", "keywords": [ "minimal", "timer", "benchmark", "profile", "performance" ], "author": "Kirk Scheibelhut", "license": "MIT", "devDependencies": { "@pkmn/eslint-config": "^1.7.0", "@types/jest": "^27.0.2", "@types/node": "^16.10.2", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", "eslint": "^7.32.0", "eslint-plugin-import": "^2.24.2", "eslint-plugin-jest": "^24.5.0", "jest": "^27.2.4", "ts-jest": "^27.0.5", "typescript": "^4.4.3" }, "scripts": { "lint": "eslint --cache src --ext ts", "fix": "eslint --fix src --ext ts", "compile": "tsc -p .", "tsc": "tsc -p .", "test": "jest", "prepare": "npm run compile", "pretest": "npm run compile", "posttest": "npm run lint" } }