UNPKG

@docfy/ember-vite

Version:

Vite plugin for Docfy Ember integration with @embroider/vite

78 lines (77 loc) 1.88 kB
{ "name": "@docfy/ember-vite", "version": "0.10.5", "description": "Vite plugin for Docfy Ember integration with @embroider/vite", "keywords": [ "vite-plugin", "embroider", "ember", "docfy", "documentation" ], "repository": "https://github.com/josemarluedke/docfy", "license": "MIT", "author": "Josemar Luedke <josemarluedke@gmail.com>", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": [ "dist/**/*", "README.md", "LICENSE.md" ], "scripts": { "build": "tsc", "compile": "tsc", "dev": "tsc --watch", "test": "vitest", "test:ci": "vitest run", "lint": "eslint . --cache", "lint:fix": "eslint . --fix", "format": "prettier . --cache --write", "format:check": "prettier . --cache --check", "typecheck": "tsc --noEmit" }, "dependencies": { "@docfy/core": "^0.10.4", "@rollup/pluginutils": "^5.0.0", "debug": "^4.4.1", "fast-glob": "^3.2.0", "mdast-util-to-string": "^2.0.0", "remark-hbs": "^0.4.1", "unist-builder": "^2.0.3", "unist-util-find": "^1.0.2", "unist-util-visit": "^2.0.2" }, "devDependencies": { "@types/debug": "^4.1.0", "@types/glob": "^8.1.0", "@types/node": "^24.0.14", "eslint": "^9.32.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-n": "^17.18.0", "globals": "^16.1.0", "prettier": "^3.5.3", "rollup": "^4.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.38.0", "vitest": "^0.34.0" }, "peerDependencies": { "@embroider/vite": "^1.0.0", "vite": ">= 6.0.0" }, "engines": { "node": ">= 16" }, "publishConfig": { "access": "public" }, "gitHead": "6150a158b5f6395bf4fcc62d891fcaab970ab0a1" }