{ "name": "@medici/utils", "version": "0.0.3", "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" } }