{
  "name": "aes-pkcs",
  "version": "0.0.0",
  "description": "AES 128/256, CBC mode, PKCS #5/7 Paddiong, Base64 encoding",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "node lib/test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/samchon/aes-pkcs"
  },
  "keywords": [
    "aes",
    "cbc",
    "pkcs",
    "base64"
  ],
  "author": "Jeongho Nam",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/samchon/aes-pkcs/issues"
  },
  "homepage": "https://github.com/samchon/aes-pkcs#readme",
  "devDependencies": {
    "@types/node": "^14.14.34",
    "typescript": "^4.2.3"
  }
}
