-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 839 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 839 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
{
"name": "a2-project",
"version": "0.0.3",
"description": "Project setup for Apple II with automatic build and live-reload",
"scripts": {
"build": "npx del-cli public --force && gulp",
"dev": "npx del-cli public --force && gulp --debug",
"sync": "npx del-cli public --force && gulp sync",
"aw": "gulp aw"
},
"resolutions": {
"mkdir": "0.5.3"
},
"devDependencies": {
"browser-sync": "3.0.4",
"child_process": "1.0.2",
"del-cli": "4.0.1",
"gulp": "5.0.1",
"yargs": "17.4.0",
"fs-extra": "11.3.2",
"path": "0.12.7"
},
"dependencies": {
"npm": "11.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/foumart/AppleII.Project.template/"
},
"author": {
"name": "Noncho Savov",
"email": "contact@foumartgames.com",
"url": "https://www.foumartgames.com/"
},
"license": "MIT"
}