Newer
Older
li-json-formatter / package.json
{
  "name": "li-json-formatter",
  "version": "1.0.0",
  "description": "Corhal/Istex module for JSON source metadata file extraction to JSON docObject",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://gitbucket.inist.fr/git/istex/li-json-formatter.git"
  },
  "keywords": [
    "loadistex",
    "corhal",
    "istex",
    "json",
    "formatter",
    "transform"
  ],
  "author": "Claude Niederlender ",
  "license": "CeCILL (SEE LICENSE IN License.en.txt)",
  "dependencies": {
    "handlebars": "^4.7.7",
    "mocha": "^10.1.0",
    "chai": "^4.3.6"
  },
  "devDependencies": {
    "eslint": "^7.32.0",
    "eslint-config-semistandard": "^16.0.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0"
  },
  "engines": {
    "node": ">=14.19.1",
    "npm": ">=7.24.2"
  }
}