feat: config file at ~/.aicommits (#51)
Co-authored-by: Yu Le <is.yuler@gmail.com>
This commit is contained in:
13
pnpm-lock.yaml
generated
13
pnpm-lock.yaml
generated
@@ -2,20 +2,24 @@ lockfileVersion: 5.4
|
||||
|
||||
specifiers:
|
||||
'@pvtnbr/eslint-config': ^0.33.0
|
||||
'@types/ini': ^1.3.31
|
||||
'@types/node': ^18.13.0
|
||||
chalk: ^4.1.2
|
||||
eslint: ^8.34.0
|
||||
ini: ^3.0.1
|
||||
inquirer: ^8.0.0
|
||||
openai: ^3.1.0
|
||||
typescript: ^4.9.5
|
||||
|
||||
dependencies:
|
||||
chalk: 4.1.2
|
||||
ini: 3.0.1
|
||||
inquirer: 8.2.5
|
||||
openai: 3.1.0
|
||||
|
||||
devDependencies:
|
||||
'@pvtnbr/eslint-config': 0.33.0_7kw3g6rralp5ps6mg3uyzz6azm
|
||||
'@types/ini': 1.3.31
|
||||
'@types/node': 18.13.0
|
||||
eslint: 8.34.0
|
||||
typescript: 4.9.5
|
||||
@@ -141,6 +145,10 @@ packages:
|
||||
- typescript
|
||||
dev: true
|
||||
|
||||
/@types/ini/1.3.31:
|
||||
resolution: {integrity: sha512-8ecxxaG4AlVEM1k9+BsziMw8UsX0qy3jYI1ad/71RrDZ+rdL6aZB0wLfAuflQiDhkD5o4yJ0uPK3OSUic3fG0w==}
|
||||
dev: true
|
||||
|
||||
/@types/json-schema/7.0.11:
|
||||
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
|
||||
dev: true
|
||||
@@ -1487,6 +1495,11 @@ packages:
|
||||
/inherits/2.0.4:
|
||||
resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
|
||||
|
||||
/ini/3.0.1:
|
||||
resolution: {integrity: sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==}
|
||||
engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0}
|
||||
dev: false
|
||||
|
||||
/inquirer/8.2.5:
|
||||
resolution: {integrity: sha512-QAgPDQMEgrDssk1XiwwHoOGYF9BAbUcc1+j+FhEvaOt8/cKRqyLn0U5qA6F74fGhTMGxf92pOvPBeh29jQJDTQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
|
||||
Reference in New Issue
Block a user