mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 19:58:18 +08:00
25 lines
562 B
JSON
25 lines
562 B
JSON
{
|
|
"name": "@fesjs/utils",
|
|
"version": "0.0.0",
|
|
"description": "@fesjs/fesjsutils",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-utils"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "qlin",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"private": true
|
|
}
|