mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-16 02:20:52 +08:00
25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"name": "@webank/fes-utils",
|
|
"version": "0.0.0",
|
|
"description": "@webank/fes-utils",
|
|
"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
|
|
}
|