mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-17 04:14:36 +03:00
🔧 Adds Initial package.json
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "vb6-antlr4",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/brucificus/vb6-antlr4-typescript.git"
|
||||
},
|
||||
"author": "Bruce Markham",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/brucificus/vb6-antlr4-typescript/issues"
|
||||
},
|
||||
"homepage": "https://github.com/brucificus/vb6-antlr4-typescript#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user