UNPKG

tods-matchup-format-code

Version:

parse and stringify methods for working with TODS matchUp Format Codes

62 lines (61 loc) 1.64 kB
{ "name": "tods-matchup-format-code", "version": "1.1.8", "description": "parse and stringify methods for working with TODS matchUp Format Codes", "keywords": [ "TODS", "scoring format", "tennis" ], "homepage": "https://github.com/CourtHive/MatchUpFormatCode", "bugs": { "url": "https://github.com/CourtHive/MatchUpFormatCode/issues", "email": "support@CourtHive.com" }, "main": "dist/index.js", "files": [ "dist" ], "np": { "contents": "." }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "scripts": { "release": "np", "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test", "prepare": "tsdx build && husky install", "doc:publish": "cd documentation && GIT_USER=CourtHive USE_SSH=true yarn deploy" }, "repository": { "type": "git", "url": "https://github.com/CourtHive/MatchUpFormatCode" }, "author": "Charles Allen <charles@CourtHive.com> (CourtHive.com)", "license": "MIT", "private": false, "devDependencies": { "@babel/core": "7.17.10", "@babel/preset-env": "7.17.10", "@types/jest": "26.0.24", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", "babel-jest": "26.6.3", "eslint": "7.32.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-jest": "24.7.0", "eslint-plugin-prettier": "3.4.1", "eslint-plugin-react": "7.29.4", "husky": "7.0.4", "jest": "26.6.3", "np": "7.6.1", "react": "17.0.2", "react-dom": "17.0.2", "tsdx": "0.14.1", "typescript": "4.6.4" }, "dependencies": {} }