{
    "name": "nrk-api",
    "type": "commonjs",
    "version": "1.1.0",
    "description": "Package for communicating with the NRK (Norwegian Broadcasting Service) API.",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "homepage": "https://github.com/Nomissimon10/nrk-api",
    "repository": {
        "type": "git",
        "url": "https://github.com/Nomissimon10/nrk-api"
    },
    "bugs": {
        "url": "https://github.com/Nomissimon10/nrk-api/issues"
    },
    "scripts": {
        "build": "tsc",
        "dev:build": "tsc -w",
        "start": "node dist/src/index.js",
        "dev:start": "nodemon dist/src/index.js"
    },
    "keywords": [
        "api",
        "nrk",
        "node"
    ],
    "author": "nomissimon10",
    "license": "MIT",
    "dependencies": {
        "axios": "^1.3.4"
    },
    "devDependencies": {
        "typescript": "^5.0.2"
    },
    "contributors": [
        "Simon Lyngar (https://github.com/Nomissimon10)"
    ],
    "engines": {
      "node": ">=12.20"
    }
}
