22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"name": "openscenarionext-grammar",
|
|
"version": "0.1.1",
|
|
"description": "OpenScenarioNext Prototype Grammar",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://apps.pmsf.net/stash/scm/osn/osn-grammar.git"
|
|
},
|
|
"main": "index.js",
|
|
"config": {
|
|
"unsafe-perm": true
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Pierre R. Mai <pmai@pmsf.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"tree-sitter-cli": ""
|
|
}
|
|
}
|