{
  "name": "@kenote/config",
  "version": "1.0.40",
  "description": "Get profile module.",
  "main": "dist/index.js",
  "typings": "types/index.d.ts",
  "author": "thondery <thondery@163.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kenote/kenote.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "jest",
    "build": "rm -rf ./dist && tsc && cp ./types/escode.d.ts ./dist"
  },
  "dependencies": {
    "@types/archiver": "^5.1.1",
    "@types/async": "^3.2.12",
    "@types/js-yaml": "^3.12.6",
    "@types/nunjucks": "^3.2.1",
    "@types/unzipper": "^0.10.5",
    "@types/validator": "^13.7.1",
    "archiver": "^5.3.1",
    "async": "^3.2.3",
    "escodegen": "^2.0.0",
    "esprima": "^4.0.1",
    "eval5": "^1.4.7",
    "js-yaml": "^3.14.1",
    "nunjucks": "^3.2.3",
    "unzipper": "^0.10.11",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "@types/escodegen": "^0.0.7",
    "@types/esprima": "^4.0.3",
    "@types/jest": "^25.2.3",
    "@types/lodash": "^4.14.178",
    "@types/node": "^14.18.12",
    "jest": "^25.5.4",
    "ts-jest": "^25.5.1",
    "ts-node": "^8.10.2",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7"
  },
  "engines": {
    "node": ">=10"
  },
  "keywords": [
    "config",
    "kenote.js",
    "yaml"
  ],
  "gitHead": "0f7f84c245ce3ad3cf4d9afc0f5ac34d20a3e845"
}
