Skip to content

Commit b5bec13

Browse files
committed
build: clean up manifest
1 parent c7b9cd4 commit b5bec13

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

package.json

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
11
{
22
"name": "tree-sitter",
33
"version": "0.22.1",
4-
"description": "Incremental parsers for node",
5-
"author": "Max Brunsfeld",
6-
"contributors": [
7-
"Segev Finer",
8-
"Boris Verkhovskiy",
9-
"Amaan Qureshi"
10-
],
4+
"description": "Node.js bindings to the Tree-sitter parsing library",
5+
"repository": "http://github.com/tree-sitter/node-tree-sitter",
6+
"publishConfig": {
7+
"access": "public"
8+
},
119
"license": "MIT",
12-
"repository": {
13-
"type": "git",
14-
"url": "http://github.com/tree-sitter/node-tree-sitter.git"
10+
"author": {
11+
"name": "Max Brunsfeld",
12+
"email": "maxbrunsfeld@gmail.com"
1513
},
14+
"maintainers": [
15+
{
16+
"name": "Amaan Qureshi",
17+
"email": "[email protected]"
18+
}
19+
],
20+
"contributors": [
21+
{
22+
"name": "Segev Finer",
23+
"email": "[email protected]"
24+
},
25+
{
26+
"name": "Boris Verkhovskiy",
27+
"email": "[email protected]"
28+
}
29+
],
30+
"main": "index.js",
31+
"types": "tree-sitter.d.ts",
1632
"keywords": [
1733
"incremental",
1834
"parsing",
1935
"tree-sitter"
2036
],
21-
"main": "index.js",
22-
"types": "tree-sitter.d.ts",
2337
"files": [
2438
"binding.gyp",
2539
"tree-sitter.d.ts",
@@ -58,8 +72,5 @@
5872
"build": "prebuildify --napi --strip",
5973
"rebuild": "node-gyp rebuild",
6074
"test": "node -e \"require('child_process').spawnSync('node', ['--test', ...require('glob').sync('test/**/*.js')], {stdio:'inherit'})\""
61-
},
62-
"publishConfig": {
63-
"access": "public"
6475
}
6576
}

0 commit comments

Comments
 (0)