{ "name": "@medici/web", "version": "0.0.6", "main": "dist/index", "types": "dist/index", "files": [ "dist" ], "author": { "name": "gemercheung", "email": "gemercheung@gmail.com", "url": "http://gemer.xyz/" }, "scripts": { "build": "pnpm run clean && pnpm run compile", "clean": "rimraf -rf ./dist", "compile": "tsc -p tsconfig.build.json", "prepublishOnly": "pnpm run build" }, "devDependencies": { "rimraf": "~3.0.2", "typescript": "~4.7.4" }, "dependencies": { "@medici/core": "workspace:^" }, "typedoc": { "entryPoint": "./src/index.ts", "readmeFile": "./README.md", "displayName": "@medici/web" } }