chore(deps): add node-gyp to dev dependencies

pull/708/head
Karl Hiner 2024-02-01 13:49:14 +07:00 committed by GitHub
parent 4ca37be8e7
commit a0d90b1637
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

@ -20,7 +20,8 @@
"eslint": "^8.56.0",
"eslint-config-google": "^0.14.0",
"tree-sitter-c": "^0.20.7",
"tree-sitter-cli": "^0.20.8"
"tree-sitter-cli": "^0.20.8",
"node-gyp": "^10.0.1"
},
"scripts": {
"build": "tree-sitter generate && node-gyp build",