forked from Riverside-Software/abl-tmlanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 798 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "abl-tmlanguage",
"version": "1.1.3",
"description": "Textmate grammar for Progress OpenEdge ABL Language",
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/chriscamicas/openedge-abl-syntax.git"
},
"author": "Christophe Camicas",
"license": "MIT",
"bugs": {
"url": "https://github.com/chriscamicas/openedge-abl-syntax/issues"
},
"homepage": "https://github.com/chriscamicas/openedge-abl-syntax#readme",
"scripts": {
"build": "node index.js",
"test": "mocha spec/**/*.spec.js",
"test:single": "mocha",
"test:debug": "mocha 'spec/**/*.spec.js' -- --inspect-brk=5858"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^10.2.0",
"vscode-textmate": "^7.0.1",
"vscode-oniguruma": "^1.6.2"
}
}