{
  "name": "nmkr-studio-api",
  "version": "1.0.47",
  "description": "Typesafe API Client to work with the NMKR Studio V2 API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "npx tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "test": "jest --config jestconfig.json --setupFiles dotenv/config",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A ./..",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "dist/**/*"
  ],
  "keywords": [
    "NMKR",
    "API",
    "STUDIO"
  ],
  "author": "schaier-io <sandro.schaier@nmkr.io>",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.7.9"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nftmakerio/NMKRApi/tree/main/nmkr-studio-api"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^10.9.4",
    "dotenv": "^16.4.7",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0"
  },
  "homepage": "https://www.nmkr.io/studio",
  "bugs": {
    "url": "https://github.com/nftmakerio/NMKRApi/issues"
  }
}
