tree-sitter-plpgsql/package.json

16 lines
300 B
JSON
Raw Normal View History

2021-08-21 20:15:42 +03:00
{
"name": "tree-sitter-plpgsql",
"version": "1.0.0",
"description": "",
"main": "bindings/node",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nan": "^2.15.0",
"tree-sitter-cli": "^0.20.0"
}
}