{
  "name": "common-kit",
  "version": "1.2.0",
  "description": "JavaScript Common Kit",
  "main": "index.js",
  "directories": {
    "lib": "./lib"
  },
  "scripts": {
    "build": "webpack --config ./webpack.conf.js",
    "test": "node test.js",
    "p": "npm run i && npm run build && npm run test && npm --registry https://registry.npmjs.org publish --access public",
    "i": "npm --registry https://registry.npmjs.org install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TMaize/common-kit.git"
  },
  "keywords": [
    "kit",
    "base64"
  ],
  "author": "TMaize",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TMaize/common-kit/issues"
  },
  "homepage": "https://github.com/TMaize/common-kit#readme",
  "devDependencies": {
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2"
  },
  "files": [
    "dist",
    "lib",
    "LICENSE",
    "README.md",
    "package.json"
  ]
}
