UNPKG

@boost/module

Version:

Module resolving and loading utilities with TypeScript support.

80 lines (79 loc) 1.67 kB
{ "name": "@boost/module", "version": "5.0.0", "release": "1651512177871", "description": "Module resolving and loading utilities with TypeScript support.", "keywords": [ "boost", "module", "cjs", "mjs", "typescript" ], "main": "./cjs/index.cjs", "types": "./cjs/index.d.ts", "files": [ "cjs/**/*", "mjs/**/*", "src/**/*" ], "engines": { "node": ">=18.12.0" }, "repository": { "type": "git", "url": "git@github.com:milesj/boost.git", "directory": "packages/module" }, "author": "Miles Johnson", "license": "MIT", "publishConfig": { "access": "public" }, "peerDependencies": { "typescript": "^5.0.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "funding": { "type": "ko-fi", "url": "https://ko-fi.com/milesjohnson" }, "packemon": [ { "api": "private", "bundle": true, "format": "cjs", "platform": "node" }, { "bundle": true, "inputs": { "register": "src/hooks/index.ts", "hook-typescript": "src/hooks/typescript.ts" }, "format": "mjs", "platform": "node" } ], "exports": { "./package.json": "./package.json", "./hook-typescript": { "types": "./mjs/hooks/typescript.d.ts", "import": "./mjs/hook-typescript.mjs" }, "./register": { "types": "./mjs/hooks/index.d.ts", "import": "./mjs/register.mjs" }, ".": { "types": "./cjs/index.d.ts", "import": "./cjs/index-wrapper.mjs", "default": "./cjs/index.cjs" } }, "gitHead": "868b258fac254aa4c2673755a9fd5acf89091980" }