UNPKG

nhl-schedule

Version:

A widget that will show past and upcoming games in the NHL.

30 lines (29 loc) 694 B
{ "name": "nhl-schedule", "version": "1.0.40", "description": "A widget that will show past and upcoming games in the NHL.", "main": "./dist/index.js", "types": "index.d.ts", "homepage": "https://algobook.info/docs/nhl-schedule", "keywords": [ "nhl", "nhl schedule", "nhl games", "nhl react" ], "scripts": { "build": "babel src/ -d dist --copy-files" }, "author": "Christian Frahm Sahlström", "license": "ISC", "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@babel/core": "^7.21.4", "@babel/preset-env": "^7.21.4", "@babel/preset-react": "^7.18.6", "babel-loader": "^9.1.2" } }