{ "name": "@cadey/yasomi", "version": "0.0.1", "description": "Xe's Bluesky bot", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "tsc && node dist/index.js", "test": "mocha", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://tulpa.dev/cadey/yasomi" }, "type": "module", "author": "Xe Iaso ", "license": "MIT", "bugs": { "url": "https://tulpa.dev/cadey/yasomi/issues" }, "homepage": "https://tulpa.dev/cadey/yasomi", "devDependencies": { "@types/express": "^4.17.17", "@types/node": "^18.16.0", "husky": "^8.0.3", "lint-staged": "^13.2.1", "mocha": "^10.2.0", "prettier": "2.8.7", "typescript": "^4.9.5", "typescript-json-schema": "^0.56.0" }, "dependencies": { "@atproto/api": "^0.2.8", "ajv": "^8.12.0", "commander": "^10.0.0", "dotenv": "^16.0.3", "execa": "^7.1.1", "express": "^4.18.2", "read-pkg": "^8.0.0" }, "lint-staged": { "*.+(js|ts|json)": "prettier --write --ignore-unknown" } }