11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "postject",
31cb0ef41Sopenharmony_ci  "version": "1.0.0-alpha.6",
41cb0ef41Sopenharmony_ci  "description": "Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.",
51cb0ef41Sopenharmony_ci  "license": "MIT",
61cb0ef41Sopenharmony_ci  "engines": {
71cb0ef41Sopenharmony_ci    "node": ">=14.0.0"
81cb0ef41Sopenharmony_ci  },
91cb0ef41Sopenharmony_ci  "repository": {
101cb0ef41Sopenharmony_ci    "type": "git",
111cb0ef41Sopenharmony_ci    "url": "git@github.com:nodejs/postject.git"
121cb0ef41Sopenharmony_ci  },
131cb0ef41Sopenharmony_ci  "homepage": "https://github.com/nodejs/postject#readme",
141cb0ef41Sopenharmony_ci  "bin": {
151cb0ef41Sopenharmony_ci    "postject": "./dist/cli.js"
161cb0ef41Sopenharmony_ci  },
171cb0ef41Sopenharmony_ci  "main": "dist/api.js",
181cb0ef41Sopenharmony_ci  "scripts": {
191cb0ef41Sopenharmony_ci    "build": "zx ./scripts/build.mjs",
201cb0ef41Sopenharmony_ci    "clean": "rimraf ./build",
211cb0ef41Sopenharmony_ci    "format": "npm run format:cpp && npm run format:js",
221cb0ef41Sopenharmony_ci    "format:cpp": "clang-format -style=chromium -i postject-api.h src/**.cpp test/**.c test/**.cpp",
231cb0ef41Sopenharmony_ci    "format:js": "prettier --write src/**.js scripts/**.mjs test/**.mjs",
241cb0ef41Sopenharmony_ci    "lint": "npm run lint:cpp && npm run lint:js",
251cb0ef41Sopenharmony_ci    "lint:cpp": "clang-format -style=chromium --dry-run --Werror postject-api.h src/**.cpp test/**.c test/**.cpp",
261cb0ef41Sopenharmony_ci    "lint:js": "prettier --check src/**.js scripts/**.mjs test/**.mjs",
271cb0ef41Sopenharmony_ci    "test": "mocha"
281cb0ef41Sopenharmony_ci  },
291cb0ef41Sopenharmony_ci  "dependencies": {
301cb0ef41Sopenharmony_ci    "commander": "^9.4.0"
311cb0ef41Sopenharmony_ci  },
321cb0ef41Sopenharmony_ci  "devDependencies": {
331cb0ef41Sopenharmony_ci    "chai": "^4.3.6",
341cb0ef41Sopenharmony_ci    "chai-as-promised": "^7.1.1",
351cb0ef41Sopenharmony_ci    "clang-format": "^1.8.0",
361cb0ef41Sopenharmony_ci    "esbuild": "^0.15.10",
371cb0ef41Sopenharmony_ci    "fs-extra": "^10.1.0",
381cb0ef41Sopenharmony_ci    "mocha": "^10.0.0",
391cb0ef41Sopenharmony_ci    "mocha-junit-reporter": "^2.0.2",
401cb0ef41Sopenharmony_ci    "prettier": "^2.7.1",
411cb0ef41Sopenharmony_ci    "rimraf": "^3.0.2",
421cb0ef41Sopenharmony_ci    "tempy": "^3.0.0",
431cb0ef41Sopenharmony_ci    "zx": "^7.1.1"
441cb0ef41Sopenharmony_ci  }
451cb0ef41Sopenharmony_ci}
46