auto-tools
Version:
常用函数的封装使用
53 lines (51 loc) • 1.51 kB
JSON
{
"name": "auto-tools",
"version": "0.2.1",
"private": false,
"main": "./dist/auto-tools.umd.cjs",
"module": "./dist/auto-tools.js",
"files": ["package.json", "README.md", "dist/", "types/index.d.ts", "types/type.d.ts"],
"type": "module",
"types": "./types/index.d.ts",
"exports": {
".": {
"import": "./dist/auto-tools.js",
"require": "./dist/auto-tools.umd.cjs"
}
},
"scripts": {
"build": "vite build && tsc",
"lintpag": "eslint packages/**/*.* --fix --ignore-path .gitignore",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"dts": "vue-tsc --declaration --emitDeclarationOnly ",
"dev": "vite",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"vue": "^3.2.45",
"dayjs": "^1.11.7"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"auto-tools": "^0.0.4",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.2.4",
"vue-tsc": "^1.0.9"
},
"keywords": [
"auto-tools",
"auto function"
],
"license": "ISC",
"description": "常用函数的封装使用"
}