aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 813cf53d7fc0cdff529e747777449ff571c44bc7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "tree-sitter-gsp",
  "version": "1.0.0",
  "description": "A tree-sitter parser for gsp",
  "main": "bindings/node",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://git.sr.ht/~mango/tree-sitter-gsp.git"
  },
  "author": "Thomas Voss",
  "license": "0BSD",
  "bugs": {
    "url": "https://todo.sr.ht/~mango/tree-sitter-gsp"
  },
  "homepage": "https://git.sr.ht/~mango/tree-sitter-gsp#readme",
  "dependencies": {
    "nan": "^2.18.0"
  }
}