UNPKG

@anijs/load-config

Version:
63 lines (62 loc) 1.58 kB
{ "name": "@anijs/load-config", "version": "1.0.1", "description": "加载配置文件", "keywords": [ "config", "load-config" ], "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/anijs6/load-config.git" }, "author": "", "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "dev": "nodemon", "build": "node scripts/build.js", "type": "tsc --project tsconfig.json", "test": "node __tests__/packageJson/src/index.js", "release": "pnpm build & pnpm type && pnpm changelog", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" }, "bugs": { "url": "https://github.com/anijs6/load-config/issues" }, "homepage": "https://github.com/anijs6/load-config#readme", "dependencies": { "debug": "^4.3.2", "deepmerge": "^4.2.2", "esbuild": "^0.13.15", "find-up": "5.0.0", "fs-extra": "^10.0.0", "glob": "^7.2.0", "resolve-from": "^5.0.0", "tmp": "^0.2.1", "uuid": "^8.3.2", "yaml": "^1.10.2" }, "devDependencies": { "@anijs/eslint-config": "^0.5.0", "@anijs/prettier": "^1.1.0", "@types/debug": "^4.1.7", "@types/fs-extra": "^9.0.13", "@types/node": "^16.11.10", "@types/tmp": "^0.2.2", "@types/uuid": "^8.3.3", "conventional-changelog-cli": "^2.1.1", "eslint": "^8.3.0", "nodemon": "^2.0.15", "prettier": "^2.4.1", "typescript": "^4.5.2" } }