@magic-num/fileclient
Version:
44 lines (43 loc) • 975 B
JSON
{
"name": "@magic-num/fileclient",
"version": "0.0.3",
"description": "魔数",
"main": "./lib/index.js",
"dependencies": {
"@magic-num/core": "latest",
"console.table": "^0.10.0",
"identity-obj-proxy": "^3.0.0",
"jsonfile": "^5.0.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:magic-number/magic-fileclient.git"
},
"scripts": {
"prebuild": "rm -rf ./lib/*",
"build": "babel src -d lib"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"magic",
"自动测试",
"测试工具"
],
"files": [
"lib"
],
"author": "hao",
"license": "MIT",
"bugs": {
"url": "https://github.com/magic-number/magic-fileclient/issues"
},
"homepage": "https://github.com/magic-number/magic-fileclient"
}