aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c16a298
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "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"
+ }
+}