tools-ytx
Version:
前端工具函数库
68 lines (67 loc) • 1.88 kB
JSON
{
"name": "tools-ytx",
"version": "0.0.18",
"description": "前端工具函数库",
"main": "dist/ztools.cjs.js",
"module": "dist/ztools.esm.js",
"browser": "dist/index.umd.js",
"files": [
"dist"
],
"scripts": {
"ts-test": "ts-node demo/index.ts",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"build": "rollup -c",
"pub": "node scripts/publish.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://gitee.com/yitianxian11/ztools.git"
},
"keywords": [
"tools",
"ts",
"rollup"
],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-commonjs": "^21.0.2",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"chalk": "^2.0.1",
"commander": "^9.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-serve": "^1.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.31.2",
"shelljs": "^0.8.5",
"ts-jest": "^27.1.3",
"ts-node": "^10.7.0",
"tslib": "^2.3.1",
"typescript": "^4.6.2",
"vuepress": "^1.9.7"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.17.0",
"core-js": "^3.21.1",
"vuepress-plugin-code-copy": "^1.0.6"
}
}