mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+dotenvx (#4827)
This commit is contained in:
parent
87aa7bdf36
commit
50ca2f6f15
21
projects/dotenvx.com/package.yml
Normal file
21
projects/dotenvx.com/package.yml
Normal file
|
@ -0,0 +1,21 @@
|
|||
distributable:
|
||||
url: https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-{{version}}.tgz
|
||||
strip-components: 1
|
||||
|
||||
versions:
|
||||
npm: '@dotenvx/dotenvx'
|
||||
|
||||
dependencies:
|
||||
nodejs.org: ^16 || ^18 || ^20
|
||||
|
||||
build:
|
||||
- npm install .
|
||||
--global
|
||||
--install-links
|
||||
--prefix="{{prefix}}"
|
||||
|
||||
test:
|
||||
- dotenvx --version | grep {{version}}
|
||||
|
||||
provides:
|
||||
- bin/dotenvx
|
Loading…
Reference in a new issue