-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "mana-tmlanguage",
"version": "0.1.0",
"description": "Textmate grammar for Mana with outputs for VSCode, Atom and TextMate.",
"displayName": "mana-tmLanguage",
"license": "MIT",
"bugs": {
"url": "https://github.com/0xF6/mana-tmLanguage/issues"
},
"contributors": [
{
"name": "Yuuki Wesp"
}
],
"scripts": {
"build": "gulp",
"compile": "gulp",
"test": "gulp",
"prepublish": "gulp",
"watch": "nodemon --exec 'npx gulp buildTmLanguage'"
},
"devDependencies": {
"@types/chai": "^4.2.21",
"@types/gulp": "^4.0.9",
"@types/mocha": "^8.2.3",
"chai": "^4.3.4",
"gulp": "^4.0.2",
"gulp-json2cson": "^2.0.0",
"gulp-mocha": "^8.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-yaml": "^2.0.4",
"js-yaml": "^4.1.0",
"mocha": "^9.0.2",
"nodemon": "^2.0.11",
"plist": "^3.0.4",
"ts-node": "^10.0.0",
"typescript": "^4.3.5",
"vscode-oniguruma": "^1.5.1",
"vscode-textmate": "^5.4.0",
"yarn-upgrade-all": "^0.5.4"
}
}