forked from jan00bl/mcfunction-novum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 860 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 860 Bytes
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
{
"name": "mcfunction-novum",
"version": "1.17.8",
"description": "[1.17|20w51a] Minecraft function language. Has syntax highlighting and autocomplete. Actively updated, maintained and improved",
"keywords": [
"minecraft",
"mc",
"mcfunction",
"1.16",
"1.17",
"snapshot",
"datapack",
"snapshot"
],
"repository": {
"type": "git",
"url": "https://github.com/jan00bl/mcfunction-novum"
},
"main": "./lib/main",
"license": "MIT",
"engines": {
"atom": "*"
},
"scripts": {
"publish-major": "apm publish major",
"publish-minor": "apm publish minor",
"publish-patch": "apm publish patch"
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
}
},
"devDependencies": {
"atom": "^1.4.1"
},
"dependencies": {}
}