{
  "name": "@devsisters/console-easter-egg",
  "version": "2.0.0-rc",
  "description": "Console easter egg libray at Devsisters Corp",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "prepublishOnly": "yarn && yarn build"
  },
  "keywords": [
    "console",
    "easteregg"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Devsisters Corp.",
  "license": "UNLICENSED",
  "dependencies": {},
  "devDependencies": {
    "typescript": "^5.2.2"
  }
}
