Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Feb 2, 2024
1 parent 6bb69bb commit bc96490
Showing 1 changed file with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,38 @@
{
"name": "tree-sitter-blade",
"version": "0.9.2",
"description": "tree-sitter-blade grammar for Laravel Blade files",
"main": "bindings/node",
"keywords": [
"tree-sitter-blade",
"name": "tree-sitter-blade",
"version": "0.9.2",
"description": "tree-sitter-blade grammar for Laravel Blade files",
"main": "bindings/node",
"keywords": [
"tree-sitter-blade",
"blade",
"tree-sitter",
"laravel"
],
"homepage": "https://github.com/EmranMR/tree-sitter-blade",
"repository": {
"type": "git",
"url": "https://github.com/EmranMR/tree-sitter-blade"
},
"bugs": "https://github.com/EmranMR/tree-sitter-blade/issues",
"funding": "https://github.com/sponsors/EmranMR",
"scripts": {
"build": "tree-sitter generate",
"test": "tree-sitter test",
"test-examples": "script/parse-examples"
},
"author": "Emran Mashhadi Ramezan",
"license": "MIT",
"dependencies": {
"nan": "^2.17.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
},
"tree-sitter": [
{
"scope": "source.blade.php",
"file-types": [
"blade",
"php"
],
Expand Down

0 comments on commit bc96490

Please sign in to comment.