init envision-cli

This commit is contained in:
熊潇 2024-09-20 17:47:20 +08:00
commit b2acf93806
3 changed files with 72 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
.DS_Store

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "@kevisual/envision-cli",
"version": "0.0.1",
"description": "envision command tools",
"main": "dist/index.js",
"type": "module",
"bin": {
"envision": "./bin/envision"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["kevisual","cli"],
"author": "abearxiong",
"devDependencies": {
"@types/node": "^22.5.5",
"commander": "^12.1.0"
},
"dependencies": {
"chalk": "^5.3.0"
}
}

48
pnpm-lock.yaml generated Normal file
View File

@ -0,0 +1,48 @@
lockfileVersion: '9.0'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
importers:
.:
dependencies:
chalk:
specifier: ^5.3.0
version: 5.3.0
devDependencies:
'@types/node':
specifier: ^22.5.5
version: 22.5.5
commander:
specifier: ^12.1.0
version: 12.1.0
packages:
'@types/node@22.5.5':
resolution: {integrity: sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==}
chalk@5.3.0:
resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==}
engines: {node: ^12.17.0 || ^14.13 || >=16.0.0}
commander@12.1.0:
resolution: {integrity: sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==}
engines: {node: '>=18'}
undici-types@6.19.8:
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
snapshots:
'@types/node@22.5.5':
dependencies:
undici-types: 6.19.8
chalk@5.3.0: {}
commander@12.1.0: {}
undici-types@6.19.8: {}