UNPKG

@thebadams/5e-srd-sdk

Version:

An NPM module that links into the Dungeons and Dragons 5e SRD API found at https://www.dnd5eapi.co, built using typescript

34 lines (33 loc) 960 B
{ "name": "@thebadams/5e-srd-sdk", "version": "1.0.2", "description": "An NPM module that links into the Dungeons and Dragons 5e SRD API found at https://www.dnd5eapi.co, built using typescript", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "tsc", "start": "node dist/index.js", "start:dev": "npm run compile && npm run start" }, "repository": { "type": "git", "url": "git+https://github.com/thebadams/5e-srd-sdk-ts.git" }, "keywords": [ "Dungeons", "and", "Dragons", "SRD", "SDK", "Typescript" ], "author": "thebadams", "license": "MIT", "bugs": { "url": "https://github.com/thebadams/5e-srd-sdk-ts/issues" }, "homepage": "https://github.com/thebadams/5e-srd-sdk-ts#readme", "devDependencies": { "@types/node": "^17.0.17", "ts-node": "^10.5.0", "typescript": "^4.5.5" }, "dependencies": { "axios": "^0.25.0" } }