2 Star 5 Fork 0

Genius/tj-jstools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
geniusmanyxh 提交于 2023-03-15 10:46 . 1.3.8
{
"name": "tj-jstools",
"version": "1.3.8",
"description": "A diverse JS tool library",
"main": "static/cjs/index.js",
"module": "static/esm/index.js",
"types": "static/esm/index.d.ts",
"files": [
"static/"
],
"scripts": {
"vtest": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint --fix --ext .ts src",
"format": "prettier --write \"src/**/*.ts\" ",
"test": "node test",
"build": "npx tsc -p .",
"rollup:build": "rollup -c",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"init:changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"prepare": "husky install"
},
"homepage": "https://github.com/geniusmanyxh/tj-jstools",
"bugs": "https://github.com/geniusmanyxh/tj-jstools/issues",
"keywords": [
"js",
"tool",
"utils",
"string",
"array",
"object",
"number",
"storage",
"cookie",
"browser"
],
"repository": {
"type": "git",
"url": "https://github.com/geniusmanyxh/tj-jstools"
},
"author": {
"name": "geniusman",
"email": "16245929@qq.com",
"url": "https://www.itbooks.work"
},
"contributors": [
{
"name": "geniusmanyxh",
"email": "geniusmanyxh@gmail.com",
"url": "https://www.itbooks.work"
},
{
"name": "geniusguys",
"email": "16245929@qq.com",
"url": "https://www.itbooks.work"
}
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/runtime-corejs3": "^7.19.1",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitest/coverage-c8": "^0.28.3",
"@vitest/coverage-istanbul": "^0.28.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-formatter-pretty": "^4.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^6.0.4",
"husky": "^8.0.3",
"prettier": "^2.8.3",
"rollup": "^2.79.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"vite": "^3.2.5",
"vitepress": "^1.0.0-alpha.15",
"vitest": "^0.28.3"
},
"engines": {
"node": ">=16.6.1",
"npm": ">=8.15.0"
},
"dependencies": {
"@types/js-cookie": "^3.0.2",
"conventional-changelog-cli": "^2.2.2",
"core-js": "^3.25.2",
"js-cookie": "^3.0.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/geniusman/tj-jstools.git
git@gitee.com:geniusman/tj-jstools.git
geniusman
tj-jstools
tj-jstools
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385