iweb-cache
Version:
轻量且强悍的 Cache库, 为您暴露丰富而统一的 API, 使得业务调用更加简便.
71 lines (70 loc) • 2.18 kB
JSON
{
"name": "iweb-cache",
"version": "0.0.9",
"description": "轻量且强悍的 Cache库, 为您暴露丰富而统一的 API, 使得业务调用更加简便. ",
"keywords": [
"cache",
"iwebCache",
"web-cache",
"localStorage",
"sessionStorage"
],
"scripts": {
"dev": "rollup --c rollup.config.dev.ts --watch",
"build": "rollup --c rollup.config.build.ts",
"commit": "cz",
"npmp": "node npmpublish",
"test":"jest",
"coverage":"jest --coverage"
},
"typings": "./dist/index.d.ts",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
}
},
"author": "zhaoxingming",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-typescript": "^7.14.5",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.3.0",
"@typescript-eslint/parser": "^4.28.2",
"chalk": "^2.4.2",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.2.0",
"eslint": "^7.30.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"execa": "^5.1.1",
"inquirer": "^6.5.2",
"jest": "^27.0.6",
"ora": "^5.4.1",
"rollup": "^2.53.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-dev": "^1.1.3",
"rollup-plugin-dts": "^3.0.2",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.0.4",
"typescript": "^4.3.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoxm469/iweb-cache.git"
},
"homepage": "https://github.com/zhaoxm469/iweb-cache"
}