UNPKG

generator-living-atlas

Version:

A Yeoman Generator for Living Atlas Ansible Inventories

95 lines (94 loc) 2.02 kB
{ "name": "generator-living-atlas", "type": "module", "version": "1.8.27", "description": "A Yeoman Generator for Living Atlas Ansible Inventories", "homepage": "https://living-atlases.gbif.org", "author": { "name": "Vicente J. Ruiz Jurado", "email": "vjrj@gbif.es", "url": "https://github.com/living-atlases/generator-living-atlas" }, "files": [ "generators" ], "main": "generators/index.js", "keywords": [ "gbif", "living-atlases", "ALA", "atlas", "biodiversity", "Atlas of Living Australia", "yeoman-generator" ], "devDependencies": { "@eslint/js": "^10.0.1", "@yeoman/adapter": "^2.1.1", "eslint": "^10.1.0", "eslint-config-prettier": "^10.1.8", "eslint-config-xo": "^0.25.0", "eslint-plugin-prettier": "^5.5.5", "husky": "^1.2.0", "jest": "^29.7.0", "lint-staged": "^11.1.2", "prettier": "^3.8.1", "yeoman-assert": "^3.1.1", "yeoman-test": "^11.2.0" }, "engines": { "npm": ">= 4.0.0" }, "dependencies": { "bcrypt": "^6.0.0", "chalk": ">=5.4.1", "child_process": ">=1.0.2", "crypto": ">=1.0.1", "js-base64": "^3.7.7", "minimatch": "^10.2.5", "niceware": "^4.0.0", "onionsay": "github:theonion/onionsay", "parse-domain": "^8.2.2", "uuid": "^11.1.0", "yeoman-generator": "^7.5.1", "yosay": "^3.0.0" }, "jest": { "testEnvironment": "node" }, "lint-staged": { "*.js": [ "eslint --fix", "git add" ], "*.json": [ "prettier --write", "git add" ] }, "eslintConfig": { "extends": [ "xo", "prettier" ], "env": { "jest": true, "node": true }, "rules": { "prettier/prettier": "error" }, "plugins": [ "prettier" ] }, "scripts": { "pretest": "eslint .", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/living-atlases/generator-living-atlas.git" }, "license": "Apache-2.0" }