1 Star 1 Fork 0

Zn/web-storage-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Zn 提交于 2020-04-11 20:20 . build: dist
{
"name": "node-cache",
"version": "1.0.0",
"description": "web storage utils",
"main": "dist/web-storage-util.umd.js",
"module": "dist/web-storage-util.es5.js",
"scripts": {
"lint": "eslint --ext .ts src",
"lint:fix": "yarn lint --fix",
"prebuild": "rimraf dist",
"build": "rimraf dist && tsc --module commonjs && rollup -c rollup.config.ts"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.ts": [
"eslint --ext .ts --fix"
]
},
"keywords": [
"web",
"web storage",
"cache"
],
"author": "Zn",
"license": "ISC",
"git": "https://gitee.com/zorn/web-storage-utils.git",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"husky": "^4.2.5",
"lint-staged": "^10.1.3",
"prettier": "^2.0.4",
"rimraf": "^3.0.2",
"rollup": "^2.6.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sourcemaps": "^0.5.0",
"rollup-plugin-typescript2": "^0.27.0",
"typescript": "^3.8.3"
},
"dependencies": {
"lodash": "^4.17.15"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zorn/web-storage-utils.git
[email protected]:zorn/web-storage-utils.git
zorn
web-storage-utils
web-storage-utils
development

搜索帮助