{ "name": "@egg/path-tool", "version": "1.0.0", "description": "Path Tools for Egg projects", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "prepublishOnly": "npm run build" }, "keywords": [ "egg", "tools", "path-tool" ], "author": "RainSun ", "license": "ISC" }