UNPKG

@xcpcio/types

Version:
67 lines 1.48 kB
{ "name": "@xcpcio/types", "version": "0.55.2", "description": "XCPCIO Types", "author": "Dup4 <lyuzhi.pan@gmail.com>", "license": "MIT", "homepage": "https://github.com/xcpcio/xcpcio", "repository": { "type": "git", "url": "git+https://github.com/xcpcio/xcpcio.git" }, "bugs": { "url": "https://github.com/xcpcio/xcpcio/issues" }, "keywords": [ "ICPC", "CCPC" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist", "src" ], "devDependencies": { "@babel/types": "^7.27.0", "@types/node": "^18.19.86", "@typescript-eslint/eslint-plugin": "^8.29.1", "@typescript-eslint/parser": "^8.29.1", "bumpp": "^10.1.0", "eslint": "^9.24.0", "esmo": "^4.8.0", "git-repo-info": "^2.1.1", "npm-run-all": "^4.1.5", "pnpm": "^10.8.0", "taze": "^19.0.4", "typescript": "^5.8.3", "unbuild": "^3.5.0", "vite": "^6.2.6", "vitest": "^3.1.1" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "start": "esmo src/index.ts", "test": "vitest", "lint": "run-p lint:*", "lint:build": "# tsc --noEmit" } }