phc-nhl-api
Version:
Utility methods and models to call the NHL API
38 lines (37 loc) • 761 B
JSON
{
"name": "phc-nhl-api",
"version": "0.3.0",
"description": "Utility methods and models to call the NHL API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "./dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "echo \"Error: No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scott-mccartney/phc-nhl-api.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"pro",
"hockey",
"chart",
"phc",
"nhl",
"api"
],
"author": "scott-mccartney",
"license": "MIT",
"devDependencies": {
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
}
}