19 lines
380 B
JSON
19 lines
380 B
JSON
{
|
|
"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 <zhaoyingbo@live.cn>",
|
|
"license": "ISC"
|
|
} |