tree-sitter-dockerfile/package.json

18 lines
409 B
JSON
Raw Normal View History

2021-05-09 22:11:30 -04:00
{
"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.20.1"
2021-05-09 22:11:30 -04:00
}
}