mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
22 lines
364 B
YAML
22 lines
364 B
YAML
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
|