{
  "name": "meet-simen",
  "version": "2.0.1",
  "description": "Get to know Simen via `npx meet-simen`",
  "type": "module",
  "bin": {
    "meet-simen": "./dist/index.js"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc && npm run copy-data && npm run chmod",
    "copy-data": "mkdir -p dist/data && cp -r src/data/* dist/data/",
    "chmod": "chmod +x dist/index.js",
    "dev": "NODE_OPTIONS=\"--loader ts-node/esm\" ts-node src/index.ts",
    "prepublishOnly": "npm run build",
    "start": "node dist/index.js",
    "test": "npm run build && node test.js"
  },
  "dependencies": {
    "boxen": "^7.1.1",
    "chalk": "^5.3.0",
    "commander": "^11.1.0",
    "ora": "^7.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.10.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  },
  "keywords": [
    "Simen",
    "Daehlin",
    "Simen Daehlin",
    "SimenDaehlin",
    "Who is Simen Daehlin",
    "CV",
    "Resume",
    "CLI"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Eventyret/meet-simen.git"
  },
  "author": "Simen Daehlin <simen@dehlin.dev> (https://dehlin.dev)",
  "license": "MIT"
}
