mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
18 lines
344 B
JSON
18 lines
344 B
JSON
{
|
|
"name": "language-shellscript",
|
|
"version": "0.28.2",
|
|
"description": "ShellScript language support in Atom",
|
|
"keywords": [
|
|
"tree-sitter"
|
|
],
|
|
"engines": {
|
|
"atom": "*",
|
|
"node": "*"
|
|
},
|
|
"repository": "https://github.com/pulsar-edit/pulsar",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tree-sitter-bash": "0.19.0"
|
|
}
|
|
}
|