@eljs/config
Version:
Load your config file.
51 lines • 1.09 kB
JSON
{
"name": "@eljs/config",
"version": "1.3.1",
"description": "Load your config file.",
"keywords": [
"eljs",
"config",
"loader"
],
"homepage": "https://github.com/chnliquan/eljs/tree/master/packages/config#readme",
"bugs": {
"url": "https://github.com/chnliquan/eljs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/chnliquan/eljs.git",
"directory": "packages/config"
},
"license": "MIT",
"author": "liquan",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"files": [
"esm/*",
"lib/*"
],
"dependencies": {
"@eljs/utils": "1.3.1"
},
"peerDependencies": {
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=16.20.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "father build",
"clean": "rimraf lib && rimraf esm && rimraf node_modules/.cache/father",
"dev": "father dev"
}
}