UNPKG

bun-types

Version:

Type definitions and documentation for Bun, an incredibly fast JavaScript runtime

34 lines (33 loc) 1.02 kB
{ "version": "1.2.2", "name": "bun-types", "license": "MIT", "main": "", "types": "index.d.ts", "description": "Type definitions and documentation for Bun, an incredibly fast JavaScript runtime", "repository": { "type": "git", "url": "https://github.com/oven-sh/bun", "directory": "packages/bun-types" }, "files": ["*.d.ts", "docs/**/*.md", "docs/*.md"], "homepage": "https://bun.sh", "dependencies": { "@types/node": "*", "@types/ws": "~8.5.10" }, "devDependencies": { "@biomejs/biome": "^1.5.3", "@definitelytyped/dtslint": "^0.0.199", "@definitelytyped/eslint-plugin": "^0.0.197", "typescript": "^5.0.2" }, "scripts": { "prebuild": "echo $(pwd)", "copy-docs": "rm -rf docs && cp -rL ../../docs/ ./docs && sed -i 's/\\$BUN_LATEST_VERSION/'\"${BUN_VERSION:-1.0.0}\"'/g' ./docs/**/*.md", "build": "bun run copy-docs && bun scripts/build.ts && bun run fmt", "test": "tsc", "fmt": "echo $(which biome) && biome format --write ." }, "keywords": ["bun", "bun.js", "types"] }