sm-tool
Version:
sm-tool工具包
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "sm-tool",
"version": "1.0.77",
"description": "sm-tool工具包",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"browser": "dist/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c --bundleConfigAsCjs",
"publish": "npm run build && npm publish",
"unpublish": "npm unpublish sm-tool@1.0.33"
},
"keywords": [
"前端开发",
"工具包",
"sm-tool"
],
"author": "shimin Zhang",
"files": [
"dist",
"index.d.ts",
"LICENSE"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"devDependencies": {
"@lopatnov/rollup-plugin-uglify": "^2.1.5",
"@types/qs": "^6.14.0",
"rollup": "~2.77.0",
"rollup-plugin-dts": "~4.2.2",
"rollup-plugin-javascript-obfuscator": "^1.0.4",
"rollup-plugin-typescript2": "^0.23.0",
"typescript": "~4.7.4"
},
"peerDependencies": {
"cache-lib": "^0.0.6",
"cache-manager": "^5.5.1",
"clipboard": "^2.0.11",
"compressorjs": "^1.2.1",
"crypto-js": "^4.2.0",
"qs": "^6.14.0",
"rxjs": "^7.8.1"
}
}