UNPKG

types-package-json

Version:

A handful set of package.json types and interfaces to improve working with dynamically imported package.json files.

27 lines (26 loc) 756 B
{ "name": "types-package-json", "version": "2.0.39", "description": "A handful set of package.json types and interfaces to improve working with dynamically imported package.json files.", "license": "MIT", "keywords": [ "@types/package-json", "dynamic", "import", "interface", "package.json", "types" ], "files": [ "dist" ], "author": "Artur Kurowski <radarsu@gmail.com>", "homepage": "https://github.com/radarsu/types-package-json#readme", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "@types/node": "^14.14.35", "typescript": "^4.2.3" }, "gitHead": "9abd1f655dfcb6980b73f313ae1ce39324eed2a2" }