UNPKG

@trapar-waves/captain

Version:

A template management tool for organizing and listing various project templates.

69 lines (68 loc) 1.85 kB
{ "name": "@trapar-waves/captain", "type": "module", "version": "1.1.8", "packageManager": "pnpm@10.14.0", "description": "A template management tool for organizing and listing various project templates.", "author": { "email": "admin@rikka.cc", "name": "Rikka", "url": "https://github.com/Muromi-Rikka" }, "license": "MIT", "homepage": "https://github.com/Trapar-waves/Captain", "repository": { "type": "git", "url": "https://github.com/Trapar-waves/Captain" }, "bugs": { "url": "https://github.com/Trapar-waves/Captain/issues" }, "keywords": [ "template-manager", "project-templates", "template-organization", "code-templates" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "dev": "tsx ./src/index.ts", "build": "rslib build", "build:watch": "rslib build --watch" }, "dependencies": { "destr": "^2.0.5", "pkg-types": "^2.2.0", "ufo": "^1.6.1" }, "devDependencies": { "@antfu/eslint-config": "^5.2.1", "@rslib/core": "^0.12.1", "@trapar-waves/cli-template": "^1.1.8", "@trapar-waves/llm-template": "^1.1.8", "@trapar-waves/react-antd-pro": "^1.1.8", "@trapar-waves/react-mantine-tailwind": "^1.1.8", "@trapar-waves/react-tailwind": "^1.1.8", "@trapar-waves/react-tanstack": "^1.1.8", "@trapar-waves/react-three-maplibre": "^1.1.8", "@trapar-waves/react-visgl-maplibre": "^1.1.8", "@trapar-waves/vue-tailwind": "^1.1.8", "@types/node": "^24.3.0", "eslint": "^9.33.0", "eslint-plugin-format": "^1.0.1", "tsx": "^4.20.4", "typescript": "^5.9.2" } }