UNPKG

@package-json/types

Version:
31 lines 771 B
{ "name": "@package-json/types", "type": "module", "version": "0.0.11", "description": "Auto-generated package.json types.", "author": "藍+85CD", "license": "MIT", "homepage": "https://github.com/importantimport/package-json", "repository": { "type": "git", "url": "https://github.com/importantimport/package-json.git", "directory": "packages/types" }, "bugs": "https://github.com/importantimport/package-json/issues", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "pkgroll", "build:upstream": "tsx build.ts" } }