@trapar-waves/captain
Version:
A template management tool for organizing and listing various project templates.
70 lines (69 loc) • 1.88 kB
JSON
{
"name": "@trapar-waves/captain",
"type": "module",
"version": "1.2.0",
"packageManager": "pnpm@10.33.2",
"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",
"lint": "eslint . --cache"
},
"dependencies": {
"destr": "^2.0.5",
"pkg-types": "^2.3.0",
"ufo": "^1.6.3"
},
"devDependencies": {
"@antfu/eslint-config": "^8.2.0",
"@rslib/core": "^0.21.3",
"@trapar-waves/cli-template": "^1.2.0",
"@trapar-waves/llm-template": "^1.2.0",
"@trapar-waves/react-antd-pro": "^1.2.0",
"@trapar-waves/react-mantine-tailwind": "^1.2.0",
"@trapar-waves/react-tailwind": "^1.2.0",
"@trapar-waves/react-tanstack": "^1.2.0",
"@trapar-waves/react-three-maplibre": "^1.2.0",
"@trapar-waves/react-visgl-maplibre": "^1.2.0",
"@trapar-waves/vue-tailwind": "^1.2.0",
"@types/node": "^25.6.0",
"eslint": "^10.2.1",
"eslint-plugin-format": "^2.0.1",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}
}