Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| { | |
| "name": "@huggingface/jinja", | |
| "packageManager": "[email protected]", | |
| "version": "0.2.2", | |
| "description": "A minimalistic JavaScript implementation of the Jinja templating engine, specifically designed for parsing and rendering ML chat templates.", | |
| "repository": "https://github.com/huggingface/huggingface.js.git", | |
| "publishConfig": { | |
| "access": "public" | |
| }, | |
| "type": "module", | |
| "main": "./dist/index.cjs", | |
| "module": "./dist/index.js", | |
| "types": "./dist/index.d.ts", | |
| "exports": { | |
| ".": { | |
| "types": "./dist/index.d.ts", | |
| "require": "./dist/index.cjs", | |
| "import": "./dist/index.js" | |
| } | |
| }, | |
| "engines": { | |
| "node": ">=18" | |
| }, | |
| "source": "src/index.ts", | |
| "scripts": { | |
| "lint": "eslint --quiet --fix --ext .cjs,.ts .", | |
| "lint:check": "eslint --ext .cjs,.ts .", | |
| "format": "prettier --write .", | |
| "format:check": "prettier --check .", | |
| "prepublishOnly": "pnpm run build", | |
| "prepare": "pnpm run build", | |
| "build": "tsup src/index.ts --format cjs,esm --clean --dts", | |
| "test": "vitest run", | |
| "test:browser": "vitest run --browser.name=chrome --browser.headless", | |
| "check": "tsc" | |
| }, | |
| "files": [ | |
| "src", | |
| "dist", | |
| "README.md", | |
| "tsconfig.json" | |
| ], | |
| "keywords": [ | |
| "huggingface", | |
| "jinja", | |
| "templates", | |
| "hugging", | |
| "face" | |
| ], | |
| "author": "Hugging Face", | |
| "license": "MIT", | |
| "devDependencies": { | |
| "typescript": "^5.3.2", | |
| "@huggingface/hub": "workspace:^", | |
| "@xenova/transformers": "^2.9.0" | |
| } | |
| } | |