{ "name": "primrose", "version": "1.0.0", "main": "index.js", "license": "MIT", "dependencies": { "@types/node": "^20.12.8", "typescript": "^5.4.5" }, "scripts": { "build": "yarn run tsc", "start": "yarn build && node build/index.js" } }