@yangtaowei/b-s-adaption
Version:
Automatic adjustment of large screen display
25 lines (24 loc) • 659 B
JSON
{
"name": "@yangtaowei/b-s-adaption",
"version": "1.4.0",
"description": "Automatic adjustment of large screen display",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"scripts": {
"esbuild:cjs": "esbuild ./src/index.js --bundle --outfile=dist/index.cjs.js --format=cjs",
"esbuild:esm": "esbuild ./src/index.js --bundle --outfile=dist/index.esm.js --format=esm",
"build": "npm run esbuild:cjs && npm run esbuild:esm"
},
"keywords": [
"大屏",
"自适应",
"bigScreen",
"big-screen",
"adaption"
],
"author": "yangtaowei",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.15.6"
}
}