{
  "name": "sfa-get",
  "version": "1.3.4",
  "description": "SFA-Get retrieves story formats from the Story Format Archive",
  "main": "index.ts",
  "bin": {
    "sfa-get": "built/src/index.js"
  },
  "scripts": {
    "clean-built": "rimraf built",
    "clean-test": "rimraf story-formats",
    "clean": "npm run clean-built && npm run clean-test",
    "lint": "npx eslint ./src/*.ts --fix",
    "lint:test": "npx eslint ./tests/*.test.ts --fix",
    "build": "tsc",
    "test": "jest --coverage --silent",
    "start": "node built/src/index.js",
    "all": "npm run clean && npm run build && npm run lint && npm run lint:test && npm run test && npm run clean-test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/videlais/story-formats-archive.git"
  },
  "keywords": [
    "twine2",
    "story",
    "format",
    "twine1"
  ],
  "author": "Dan Cox",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/videlais/story-formats-archive/issues"
  },
  "homepage": "https://github.com/videlais/story-formats-archive#readme",
  "dependencies": {
    "@inquirer/prompts": "^8.3.2",
    "axios": "^1.14.0",
    "cli-progress": "^3.12.0",
    "commander": "^14.0.3",
    "p-limit": "^7.3.0",
    "semver": "^7.7.4"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@babel/preset-typescript": "^7.28.5",
    "@eslint/js": "^10.0.1",
    "@inquirer/testing": "^3.3.2",
    "@jest/globals": "^30.3.0",
    "@types/cli-progress": "^3.11.6",
    "@types/jest": "^30.0.0",
    "@types/mock-fs": "^4.13.4",
    "@types/node": "^25.5.0",
    "@types/semver": "^7.7.1",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "babel-jest": "^30.3.0",
    "babel-plugin-transform-import-meta": "^2.3.3",
    "eslint": "^10.1.0",
    "eslint-plugin-jest": "^29.15.1",
    "globals": "^17.4.0",
    "jest": "^30.3.0",
    "rimraf": "^6.1.3",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "typescript": "~5.9.3"
  },
  "type": "module"
}
