@zctj/hardware
Version:
众成天极,硬件设备接入通用包
34 lines (33 loc) • 839 B
JSON
{
"name": "@zctj/hardware",
"version": "1.9.5",
"description": "众成天极,硬件设备接入通用包",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src/ --out-dir lib",
"pp": "npx babel src/ --out-dir lib && npm version patch -m \"$1\""
},
"keywords": [
"zctj",
"hardware",
"高拍仪",
"读卡器"
],
"author": "diaoshuang <diaoshuangce@gmail.com> (https://github.com/diaoshuang)",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.20.2"
},
"dependencies": {
"axios": "^1.3.2",
"jquery": "^3.6.3"
},
"directories": {
"example": "examples",
"lib": "lib"
}
}