{
  "name": "@giancosta86/rayon",
  "version": "1.0.0",
  "description": "Explore the GLAWI French dictionary, with TypeScript",
  "keywords": [
    "extract",
    "classify",
    "French",
    "terms",
    "GLAWI",
    "JardineroJS",
    "plugin"
  ],
  "homepage": "https://github.com/giancosta86/RayonJS#readme",
  "bugs": "https://github.com/giancosta86/RayonJS/issues",
  "license": "MIT",
  "author": {
    "name": "Gianluca Costa",
    "email": "gianluca@gianlucacosta.info",
    "url": "https://gianlucacosta.info/"
  },
  "files": [],
  "main": "dist",
  "types": "dist",
  "repository": "giancosta86/RayonJS",
  "scripts": {
    "clean": "rimraf dist coverage giancosta86-*.tgz",
    "clean:all": "yarn clean && rimraf node_modules",
    "format": "prettier --write .",
    "prepack": "yarn check-all && yarn build && yarn test:prod",
    "check-all": "yarn check-format && yarn lint && yarn test",
    "check-format": "prettier --check .",
    "lint": "eslint . --ext .js,.ts,.jsx,.tsx,.cjs,.mjs",
    "test": "cross-env NODE_OPTIONS=\"-r ts-node/register --no-warnings\" jest",
    "test:watch": "yarn test --watch",
    "test:coverage": "yarn test --coverage",
    "build": "yarn compile-ts && yarn copy-static",
    "compile-ts": "tsc",
    "copy-static": "yarn copy-test-pages",
    "copy-test-pages": "copyfiles -a -u 1 \"src/test/pages/**/*\" dist",
    "watch": "yarn compile-ts --watch",
    "test:prod": "jest dist --testPathIgnorePatterns=/_.+"
  },
  "dependencies": {
    "@giancosta86/jardinero-sdk": "^2.0.0",
    "node-fetch": "^2",
    "sax": "^1.2.4",
    "unbzip2-stream": "^1.4.3"
  },
  "devDependencies": {
    "@swc/core": "^1.2.215",
    "@swc/jest": "^0.2.21",
    "@types/better-sqlite3": "^7.6.0",
    "@types/jest": "^28.1.4",
    "@types/node": "^16",
    "@types/node-fetch": "^2.6.2",
    "@types/sax": "^1.2.4",
    "@types/unbzip2-stream": "^1.4.0",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "copyfiles": "^2.4.1",
    "cross-env": "^7.0.3",
    "eslint": "^8.21.0",
    "jest": "^28.1.2",
    "jest-extended": "^3.1.0",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "ts-node": "^10.9.0",
    "typescript": "^4.7.4"
  },
  "engines": {
    "node": ">=16.16.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
