{
  "name": "@balena/pinejs-webresource-s3",
  "version": "2.1.37",
  "description": "A PineJS WebResource handler for storing & serving files on S3",
  "type": "module",
  "main": "build/index.js",
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "test": "npm run lint && mocha test/**/*.ts",
    "lint-fix": "balena-lint -e ts --fix lib test",
    "lint": "balena-lint -e ts lib test && npx tsc --noEmit",
    "prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module"
  },
  "author": "Balena Inc. <hello@balena.io>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balena-io-modules/pinejs-webresource-s3.git"
  },
  "engines": {
    "node": ">=20.14.0",
    "npm": ">=10.7.0"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@balena/lint": "^9.1.3",
    "@balena/pinejs": "^24.0.0",
    "@balena/sbvr-types": "^11.0.0",
    "@types/chai": "5.2.3",
    "@types/chai-as-promised": "8.0.2",
    "@types/mocha": "10.0.10",
    "@types/node": "20.19.43",
    "@types/sinon": "21.0.1",
    "aws-sdk-client-mock": "4.1.0",
    "chai": "6.2.2",
    "chai-as-promised": "8.0.2",
    "husky": "9.1.7",
    "lint-staged": "17.0.8",
    "mocha": "11.7.6",
    "sinon": "22.0.0",
    "tsx": "4.23.1",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.717.0",
    "@aws-sdk/lib-storage": "^3.717.0",
    "@aws-sdk/s3-request-presigner": "^3.717.0",
    "memoizee": "^0.4.17"
  },
  "peerDependencies": {
    "@balena/pinejs": "^21.3.0 || ^22.0.0 || ^23.0.0 || ^24.0.0"
  },
  "versionist": {
    "publishedAt": "2026-07-20T07:54:11.184Z"
  }
}
