node-env-type
Version:
NodeJS Environment Type detection.
44 lines (43 loc) • 969 B
JSON
{
"name": "node-env-type",
"version": "0.0.8",
"description": "NodeJS Environment Type detection.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -p src",
"lint": "./node_modules/.bin/tslint --fix ./src/*.ts"
},
"files": [
"dist"
],
"homepage": "https://github.com/vitaly-t/node-env-type",
"repository": {
"type": "git",
"url": "https://github.com/vitaly-t/node-env-type.git"
},
"bugs": {
"url": "https://github.com/vitaly-t/node-env-type/issues",
"email": "vitaly.tomilov@gmail.com"
},
"keywords": [
"node",
"nodejs",
"environment",
"type",
"detection"
],
"author": {
"name": "Vitaly Tomilov",
"email": "vitaly.tomilov@gmail.com"
},
"license": "MIT",
"engines": {
"node": ">=6"
},
"devDependencies": {
"@types/node": "14.11.7",
"tslint": "6.1.3",
"typescript": "4.0.3"
}
}