asm-env
Version:
Package for load enviroment variables from .env.json file or AWS Secret manager
38 lines • 947 B
JSON
{
"name": "asm-env",
"version": "1.2.0",
"description": "Package for load enviroment variables from .env.json file or AWS Secret manager",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "ts-node ./src/index.test.ts",
"start": "ts-node ./src/index.ts",
"build": "tsc",
"prepublishOnly": "npm test",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nithinemvigo/ASM-ENV.git"
},
"keywords": [
"aws",
"secret",
"manager",
"asm",
"dotenv",
"dotenvjson",
"environment"
],
"author": "Nithin Krishnan Pattani",
"license": "ISC",
"bugs": {
"url": "https://github.com/nithinemvigo/ASM-ENV/issues"
},
"homepage": "https://github.com/nithinemvigo/ASM-ENV#readme",
"devDependencies": {
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}