UNPKG

cim.js

Version:
66 lines (65 loc) 1.56 kB
{ "name": "cim.js", "version": "0.0.1", "packageManager": "pnpm@6.32.3", "description": "", "keywords": ["CIM", "BIM", "Web"], "homepage": "https://github.com/Bimverse/cim.js#readme", "bugs": { "url": "https://github.com/Bimverse/cim.js/issues" }, "license": "MIT", "author": "Bimverse <zoobile@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/Bimverse/cim.js.git" }, "funding": "https://github.com/sponsors/Bimverse", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "sideEffects": false, "scripts": { "build": "rimraf dist && unbuild", "dev": "unbuild --stub", "lint": "eslint .", "prepublishOnly": "nr build", "release": "bumpp --commit --push --tag && pnpm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" }, "devDependencies": { "@antfu/eslint-config": "^0.21.1", "@antfu/ni": "^0.14.0", "@babel/types": "^7.17.0", "@types/node": "^17.0.29", "bumpp": "^7.1.1", "eslint": "^8.14.0", "esno": "^0.14.1", "pnpm": "^6.32.11", "rimraf": "^3.0.2", "typescript": "^4.6.3", "unbuild": "^0.7.4", "vite": "^2.9.6", "vitest": "^0.10.0" } }