mirror of
https://github.com/placeholder-soft/libs.git
synced 2026-06-15 07:19:06 +08:00
63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "@placeholdersoft/typed-env-cli",
|
|
"version": "0.0.17",
|
|
"type": "commonjs",
|
|
"bin": {
|
|
"typed-env": "./bin/run"
|
|
},
|
|
"homepage": "https://github.com/placeholder-soft/libs",
|
|
"repository": "https://github.com/placeholder-soft/libs#usage-typed-env-cli",
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"/bin",
|
|
"/src",
|
|
"/npm-shrinkwrap.json",
|
|
"/oclif.manifest.json"
|
|
],
|
|
"dependencies": {
|
|
"@oclif/core": "^1.23.2",
|
|
"@oclif/plugin-autocomplete": "^1.3.10",
|
|
"@oclif/plugin-help": "^5.1.22",
|
|
"@oclif/plugin-plugins": "^2.1.12",
|
|
"@oclif/plugin-update": "^3.0.12",
|
|
"@oclif/plugin-warn-if-update-available": "^2.0.18",
|
|
"ts-morph": "^17.0.1"
|
|
},
|
|
"oclif": {
|
|
"bin": "typed-env",
|
|
"dirname": "typed-env-cli",
|
|
"macos": {
|
|
"identifier": "phs.typed-env.cli"
|
|
},
|
|
"win": {
|
|
"identifier": "phs.typed-env.cli"
|
|
},
|
|
"commands": "./src/commands",
|
|
"plugins": [
|
|
"@oclif/plugin-help",
|
|
"@oclif/plugin-plugins",
|
|
"@oclif/plugin-update",
|
|
"@oclif/plugin-warn-if-update-available",
|
|
"@oclif/plugin-autocomplete"
|
|
],
|
|
"topicSeparator": " ",
|
|
"topics": {}
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0"
|
|
},
|
|
"keywords": [
|
|
"typed-env",
|
|
"typed-env-cli",
|
|
"environment variables",
|
|
"env",
|
|
"parser",
|
|
"env parser",
|
|
"typescript",
|
|
"typed",
|
|
"cli"
|
|
],
|
|
"types": "dist/index.d.ts"
|
|
}
|