UNPKG

libmodpm

Version:

Modrinth package manager library

33 lines (32 loc) 631 B
{ "name": "libmodpm", "version": "0.4.0", "description": "Modrinth package manager library", "homepage": "https://github.com/modpm/lib", "author": "Zefir Kirilov", "license": "GPL-3.0", "type": "module", "main": "dist/index.js", "files": [ "dist/**/*.js", "dist/**/*.d.ts" ], "scripts": { "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/modpm/lib.git" }, "bugs": { "url": "https://github.com/modpm/lib/issues" }, "keywords": [ "modrinth", "package-manager", "library" ], "devDependencies": { "typescript": "^5.6.3" } }