-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "olympus",
"version": "0.3.1",
"scripts": {
"preversion": "git fetch --tags",
"version": "npx conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"import": "npx stitch merge --source='E:/repos/Games/bscotch-pack/BscotchPack' --ifFolderMatches=Olympus_acceptance_test -f",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/bscotch/olympus.git"
},
"keywords": [
"gml"
],
"GamePipe": {
"title": "Olympus",
"slug": "Olympus",
"yyp": "src/Olympus.yyp",
"localAppDataDirectory": "Olympus",
"modules": [
{
"repo": "git@github.com:bscotch/bscotch-pack.git",
"names": [
"Olympus",
"Olympus_demo",
"Olympus_acceptance_test"
],
"branch": "develop",
"revision": "d9fc74be4a8886ff04b432dfbfdb1689610da064"
}
]
},
"author": "Shi Chen",
"license": "MIT",
"dependencies": {
"@bscotch/yymps-export": "^0.0.4"
}
}