UNPKG

modrinth

Version:

JavaScript library for accessing the Modrinth API

48 lines (47 loc) 1.44 kB
{ "name": "modrinth", "description": "JavaScript library for accessing the Modrinth API", "author": "rubybb <https://github.com/rubybb>", "version": "1.3.2", "types": "src/index.d.ts", "main": "src/index.js", "scripts": { "clean": "rm ./lib ./docs -rf", "generate": "node ./scripts/generateTags.mjs && node ./scripts/generateTypes.mjs", "build": "tsc", "release": "npm run -s generate && npm run -s build", "dev:docs": "pnpx typedoc && pnpx lite-server --baseDir=\"docs\"", "dev": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/rubybb/modrinth.git" }, "keywords": [ "modrinth", "api" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/rubybb/modrinth/issues" }, "homepage": "https://modrinth.js.org", "dependencies": { "@rubybb/http": "^2.0.0", "deepmerge": "^4.2.2", "form-data": "^3.0.1", "node-fetch": "^2.6.1" }, "devDependencies": { "@convergencelabs/typedoc-plugin-custom-modules": "^0.4.0", "@types/jest": "^26.0.22", "@types/node": "^14.14.37", "jest": "^26.6.3", "json-diff": "^0.5.4", "pluralize": "^8.0.0", "quicktype-core": "^6.0.70", "ts-jest": "^26.5.4", "typedoc": "^0.20.34", "typescript": "^4.2.3" } }