UNPKG

@optc/loader

Version:
59 lines 1.23 kB
{ "name": "@optc/loader", "version": "0.6.4", "description": "Optc loader", "keywords": [ "optc", "breadc", "cli", "script", "TypeScript" ], "homepage": "https://github.com/yjl9903/optc#readme", "bugs": { "url": "https://github.com/yjl9903/optc/issues" }, "repository": { "type": "git", "url": "git+https://github.com/yjl9903/optc.git" }, "license": "MIT", "author": "XLor", "sideEffects": false, "type": "module", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "*.mjs" ], "dependencies": { "@swc/core": "^1.3.68", "breadc": "^0.9.7", "debug": "^4.3.4", "pirates": "^4.0.6" }, "devDependencies": { "@types/debug": "^4.1.12" }, "packageManager": "pnpm@8.12.1", "engines": { "node": ">=v16.0.0" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "format": "prettier --write src/**/*.ts test/**/*.ts", "test": "vitest", "test:ci": "vitest --run", "typecheck": "tsc --noEmit" } }