UNPKG

nttb-support

Version:

A repository containing javascript functions to support NTTB application development

29 lines (28 loc) 705 B
{ "name": "nttb-support", "version": "1.1.0", "description": "A repository containing javascript functions to support NTTB application development", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "prepack": "npm run-script build", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/DevWouter/nttb-support.git" }, "keywords": [ "NTTB", "table-tennis" ], "author": "Wouter Lindenhof", "license": "EUPL-1.2", "bugs": { "url": "https://github.com/DevWouter/nttb-support/issues" }, "homepage": "https://github.com/DevWouter/nttb-support#readme", "devDependencies": { "typescript": "^4.1.2" } }