blob: c16a298206036d66bc4198b99281750e1529ac46 [file] [log] [blame]
{
"name": "pyee-devtools",
"version": "1.0.0",
"description": "Node.js tools to support developing pyee",
"main": "index.js",
"scripts": {
"pyright": "pyright ./pyee ./tests"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jfhbrook/pyee.git"
},
"author": "Josh Holbrook",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfhbrook/pyee/issues"
},
"homepage": "https://github.com/jfhbrook/pyee#readme",
"devDependencies": {
"pyright": "^1.1.159"
}
}