{
  "name": "nutriscore-2022",
  "version": "1.0.0",
  "description": "calculate nutriscore",
  "main": "./lib/index.js",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"lib/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git push --tags",
    "postversion": "git push && git push --tags"
  },
  "author": "kenny-caldieraro",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.2.0",
    "jest": "^29.2.2",
    "node-fetch": "^3.2.10",
    "prettier": "^2.7.1",
    "ts-jest": "^29.0.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.8.4"
  },
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kenny-caldieraro/nutriscore_calculator.git"
  },
  "bugs": {
    "url": "https://github.com/kenny-caldieraro/nutriscore_calculator/issues"
  },
  "homepage": "https://github.com/kenny-caldieraro/nutriscore_calculator#readme",
  "keywords": [
    "nutriscore",
    "nutriscore calculator"
  ]
}
