{
  "name": "@mentaport/certificates-projects",
  "version": "1.0.0-alpha.3",
  "description": "Mentaport certificate-projects SDK, for certificate admins.",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "registry": "https://npm.pkg.github.com"
  },
  "repository": {
    "url": "https://github.com/mentaport/sdk-web",
    "directory": "packages/certificates-projects",
    "type": "git"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "rm -rf dist && node -p \"'export const LIB_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'\" > src/version.ts",
    "build": "npm run prebuild &&  rollup --config",
    "lint": "npx eslint .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "mentaport",
    "sdk",
    "contracts",
    "certificates"
  ],
  "author": "Mentaport",
  "license": "Mentaport",
  "dependencies": {
    "@mentaport/common": "^1.1.8-alpha.6"
  },
  "devDependencies": {
    "typescript": "^4.9.5"
  },
  "browser": {
    "fs": false
  },
  "gitHead": "f4041ec28d8cf436f4832c42c5742703ff1911f7"
}
