UNPKG

taro-define-config

Version:

Provide a defineConfig function for tarojs config

80 lines 2.01 kB
{ "name": "taro-define-config", "type": "module", "version": "0.11.0", "description": "Provide a defineConfig function for tarojs config", "keywords": [ "config", "define-config", "taro", "taro-plugin", "tarojs", "typescript" ], "license": "MIT", "author": { "name": "ntnyq", "email": "ntnyq13@gmail.com" }, "homepage": "https://github.com/ntnyq/taro-define-config#readme", "repository": "ntnyq/taro-define-config", "bugs": { "url": "https://github.com/ntnyq/taro-define-config/issues" }, "exports": { "./package.json": "./package.json", ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } } }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@jridgewell/source-map": "^0.3.6", "@types/html-minifier-terser": "^7.0.2", "@types/node": "^22.15.29", "rollup": "^4.41.1", "tapable": "^2.2.2", "vite": "^6.3.5", "webpack": "^5.99.9", "webpack-chain": "^6.5.1", "webpack-dev-server": "^5.2.2" }, "devDependencies": { "@ntnyq/eslint-config": "^5.0.0-beta.5", "@ntnyq/prettier-config": "^2.2.0", "bumpp": "^10.1.1", "eslint": "^9.28.0", "husky": "^9.1.7", "nano-staged": "^0.8.0", "npm-run-all2": "^8.0.4", "prettier": "^3.5.3", "tsdown": "^0.12.6", "typescript": "^5.8.3", "vitest": "^3.2.1" }, "nano-staged": { "*.{js,ts,cjs,mjs,md,yml,yaml,json}": "eslint --fix" }, "scripts": { "build": "tsdown", "lint": "eslint", "release": "run-s build release:check release:version release:publish", "release:check": "run-s lint typecheck", "release:publish": "pnpm publish", "release:version": "bumpp", "test": "vitest --typecheck", "typecheck": "tsc --noEmit" } }