@chris-envas/core
Version:
core
32 lines (31 loc) • 648 B
JSON
{
"name": "@chris-envas/core",
"version": "0.0.4",
"description": "core",
"keywords": [
"jx"
],
"author": "chris-envase <382967255@qq.com>",
"homepage": "",
"license": "ISC",
"main": "lib/core.js",
"directories": {
"lib": "lib",
"test": "ehco \"test for core !\"/"
},
"files": [
"lib"
],
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@chris-envas/utils": "^0.0.4",
"axios": "^0.25.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"gitHead": "b9274847176c544fb184a94ed3a8edd792973196"
}