{
  "name": "@kokojs/plugin-dll",
  "version": "4.0.36",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "scripts": {
    "dev": "tsc --watch",
    "build": "rm -rf ./lib && tsc"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": "http://gitlab.qima-inc.com/fe/koko",
  "dependencies": {
    "@kokojs/shared": "4.0.36"
  },
  "gitHead": "ebcb88b232fb7d15d81595dbc7edc942e1a6fcf2"
}
