{
  "name": "pinejs-client-supertest",
  "version": "3.1.8",
  "description": "This module provides the nodejs interface for the pinejs API using request.",
  "type": "commonjs",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/pinejs-client-supertest.git"
  },
  "keywords": [
    "pinejs",
    "pinejs-client",
    "supertest"
  ],
  "author": "Thodoris Greasidis <thodoris@balena.io>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/balena-io-modules/pinejs-client-supertest/issues"
  },
  "homepage": "https://github.com/balena-io-modules/pinejs-client-supertest#readme",
  "files": [
    "build/"
  ],
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "scripts": {
    "build": "npm run lint && tsc",
    "lint": "balena-lint src",
    "lint-fix": "balena-lint --fix src",
    "test": "npm run build",
    "prepack": "npm run build",
    "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
  },
  "devDependencies": {
    "@balena/lint": "^9.3.2",
    "husky": "9.1.7",
    "lint-staged": "17.0.8",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@balena/abstract-sql-to-typescript": "^6.0.0",
    "@types/chai": "^4.3.20",
    "@types/chai-as-promised": "^7.1.8",
    "@types/express": "^4.17.23",
    "@types/supertest": "^6.0.3",
    "chai": "^4.5.0",
    "chai-as-promised": "^7.1.2",
    "pinejs-client-core": "^8.3.0",
    "supertest": "^7.1.4"
  },
  "versionist": {
    "publishedAt": "2026-06-25T08:04:45.074Z"
  }
}
