18 lines
409 B
JSON
18 lines
409 B
JSON
|
{
|
||
|
"name": "tree-sitter-dockerfile",
|
||
|
"version": "0.1.0",
|
||
|
"description": "A tree-sitter module for the Dockerfile grammar",
|
||
|
"main": "bindings/node",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Camden Cheek <camden@ccheek.com>",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"nan": "^2.14.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"tree-sitter-cli": "^0.19.4"
|
||
|
}
|
||
|
}
|