@rws-air/usercreator
Version:
Script to add users to usermanagement environments
55 lines (54 loc) • 1.24 kB
JSON
{
"name": "@rws-air/usercreator",
"version": "6.0.12",
"description": "Script to add users to usermanagement environments",
"author": "@rws-air",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
"bin": {
"usercreator": "dist/index.js",
"uc": "dist/index.js"
},
"homepage": "https://github.com/RWS-NL/air-node-packages/tree/master/packages/usercreator#readme",
"scripts": {
"lint": "eslint src --fix --ext .ts,.tsx",
"test": "yarn lint",
"prebuild": "yarn lint",
"build": "tsc",
"start": "tsc -w"
},
"files": [
"dist",
"!dist/.tsbuildinfo"
],
"dependencies": {
"@favware/yamlreader": "^4.0.2",
"node-fetch": "^3.1.0",
"yargs": "^17.3.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16",
"npm": ">=6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RWS-NL/air-node-packages.git",
"directory": "packages/usercreator"
},
"bugs": {
"url": "https://github.com/RWS-NL/air-node-packages/issues"
},
"keywords": [
"usermanagement",
"rws-air",
"rws-nl",
"rws",
"air",
"typescript",
"ts"
],
"gitHead": "78e9f3957d0a65d7fd09561b37b8f290811a6745"
}