UNPKG

nativescript-environment-variables-hook

Version:
50 lines (49 loc) 1.29 kB
{ "name": "nativescript-environment-variables-hook", "version": "1.0.5", "description": "Add env variables to your manifest and plist file.", "nativescript": { "platforms": { "android": "8.0.0", "ios": "8.0.0" }, "hooks": [ { "type": "after-prepare", "script": "lib/after-prepare.js", "inject": true } ] }, "repository": { "type": "git", "url": "https://github.com/herefishyfish/nativescript-environment-variables-hook.git" }, "scripts": { "postinstall": "node postinstall.js", "preuninstall": "node preuninstall.js" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "env", "vars", "Environment", "CICD", "Hook" ], "author": "Dylan Llewellyn <herefishyfishyfish@gmail.com> (https://github.com/herefishyfish)", "bugs": { "url": "https://github.com/herefishyfish/nativescript-environment-variables-hook/issues" }, "license": "Apache-2.0", "homepage": "https://github.com/herefishyfish/nativescript-environment-variables-hook", "dependencies": { "@nativescript/hook": "^2.0.0", "dotenv": "^10.0.0", "handlebars": "^4.7.7", "app-root-path": "^3.0.0" } }