UNPKG

@package-json/types

Version:
33 lines 839 B
{ "name": "@package-json/types", "type": "module", "version": "0.0.13", "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" }, "files": [ "dist" ], "scripts": { "build": "pkgroll", "build:upstream": "tsx scripts/build.ts", "test": "vitest run", "test:watch": "vitest watch" }, "main": "./dist/index.js", "types": "./dist/index.d.ts" }