1{ 2 "name": "pyee-devtools", 3 "version": "1.0.0", 4 "description": "Node.js tools to support developing pyee", 5 "main": "index.js", 6 "scripts": { 7 "pyright": "pyright ./pyee ./tests" 8 }, 9 "repository": { 10 "type": "git", 11 "url": "git+ssh://git@github.com/jfhbrook/pyee.git" 12 }, 13 "author": "Josh Holbrook", 14 "license": "MIT", 15 "bugs": { 16 "url": "https://github.com/jfhbrook/pyee/issues" 17 }, 18 "homepage": "https://github.com/jfhbrook/pyee#readme", 19 "devDependencies": { 20 "pyright": "^1.1.159" 21 } 22} 23