UNPKG

@captive/plop-config

Version:
84 lines (83 loc) 2.12 kB
{ "name": "@captive/plop-config", "version": "1.0.0-alpha.33", "description": "Plop generators", "keywords": [ "plop", "plopjs", "vue" ], "homepage": "https://github.com/Captive-Studio/es-project-config/blob/master/packages/plop-config#readme", "bugs": { "url": "https://github.com/Captive-Studio/es-project-config.git/issues" }, "repository": { "type": "git", "url": "git@github.com:Captive-Studio/es-project-config.git", "directory": "packages/plop-config" }, "license": "MIT", "author": "Julien Polo <julien.polo@captive.fr>", "type": "module", "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*" }, "typings": "./dist/index.d.ts", "files": [ "dist/", "src/", "index.*", "index.d.ts", "!**/*.spec.*", "!**/__tests__/**", "**/*.template.*" ], "scripts": { "build": "npx run-p \"build:*\"", "build:tsc": "tsc -b tsconfig.build.json", "clean": "npx run-p \"clean:*\"", "clean:tsc": "rm -rf dist", "docs": "node ../../markdown.mjs", "format": "npx run-p \"format:*\"", "format:src": "eslint . --fix --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml", "lint": "npx run-p \"lint:*\"", "lint:src": "eslint . --ext=mjs,cjs,js,jsx,ts,tsx,json,jsonc,json5,yml,yaml", "prepare": "npx run-p \"prepare:*\"", "prepare:empty": ":", "prepublishOnly": "npm run clean; npm run build", "spellcheck": "cspell --no-progress '**'", "test": "npx run-p \"test:*\"", "test:src": "vitest run" }, "eslintConfig": { "parserOptions": { "project": "./tsconfig.json" } }, "dependencies": { "@sindresorhus/slugify": "2.2.1" }, "devDependencies": { "@types/node": "22.13.1", "plop": "4.0.1", "vite": "latest", "vitest": "latest" }, "peerDependencies": { "plop": "4.x" }, "peerDependenciesMeta": { "plop": { "optional": true } }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" }, "sideEffect": false, "gitHead": "3e1b2d98f1fb8d689e53034e49daf7966122e4c4" }