-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 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": "sanny-builder-4-tutorial",
"version": "1.0.0",
"description": "Introduction to scripting for Grand Theft Auto: San Andreas using Sanny Builder 4",
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git://github.com/sannybuilder/tutorial.git"
},
"author": {
"name": "Seemann",
"email": "mail@sannybuilder.com",
"url": "https://github.com/x87"
},
"license": "MIT",
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/sannybuilder/tutorial",
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/starlight": "^0.28.3",
"astro": "^4.16.10",
"sharp": "^0.33.5"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}