{
  "type": "module",
  "name": "@ak2kay/cdn",
  "version": "1.0.3",
  "description": "Static assets package for ak2kay projects",
  "scripts": {
    "build": "node --experimental-specifier-resolution=node ./build.js"
  },
  "author": "ak2kay <isregistermail@gmail.com>",
  "license": "AGPL-3.0",
  "files": [
    "lib"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "devDependencies": {
    "@types/fs-extra": "^11.0.1",
    "@types/node": "^18.14.2",
    "chalk": "^5.2.0",
    "fs-extra": "^11.1.0",
    "glob": "^9.0.1",
    "typescript": "^4.9.5"
  }
}
