mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-30 02:58:05 +08:00
15 lines
255 B
JSON
Executable File
15 lines
255 B
JSON
Executable File
{
|
|
"name": "amis-mock",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"faker": "^5.4.0"
|
|
}
|
|
}
|