{
  "name": "@constructive-io/upload-names",
  "version": "2.17.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "upload names",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [],
  "devDependencies": {
    "glob": "^13.0.6",
    "makage": "^0.3.0"
  },
  "gitHead": "0503916f414a3b8a6f6cbe46e03a59988b2f3cb5"
}
