Initial rough draft of OSN Scenario Grammar
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "openscenarionext-grammar",
|
||||
"version": "0.1.0",
|
||||
"description": "OpenScenarioNext Prototype Grammar",
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user