UNPKG

@turbo/types

Version:
41 lines 1.06 kB
{ "name": "@turbo/types", "version": "2.7.3", "description": "Turborepo types", "type": "commonjs", "homepage": "https://turborepo.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vercel/turborepo.git", "directory": "packages/turbo-types" }, "bugs": { "url": "https://github.com/vercel/turborepo/issues" }, "main": "src/index.ts", "types": "src/index.ts", "devDependencies": { "@arethetypeswrong/cli": "0.18.2", "@types/node": "20.11.30", "ts-json-schema-generator": "2.3.0", "tsx": "4.19.1", "@turbo/eslint-config": "0.0.0", "@turbo/tsconfig": "0.0.0" }, "files": [ "src", "schemas" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && pnpm generate-schema", "lint": "eslint src/", "lint:prettier": "prettier -c . --cache", "generate-schema": "tsx scripts/generate-schema.ts", "copy-schema": "cp schemas/schema.json ../turbo/schema.json", "package:types": "attw --profile node16 --pack" } }