-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 963 Bytes
/
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
43
{
"name": "astro-academy",
"private": true,
"description": "",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aFuzzyBear/astro-academy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aFuzzyBear/astro-academy/issues"
},
"homepage": "https://github.com/aFuzzyBear/astro-academy#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"astro": "^0.20.5",
"eslint": "^7.32.0",
"lerna": "^4.0.0",
"prettier": "^2.4.0",
"typescript": "^4.4.3"
},
"engines": {
"node": "^13.20.0 || ^14.13.1 || >=16.0.0"
},
"volta": {
"node": "14.16.1",
"npm": "7.11.2",
"yarn": "1.22.10"
},
"workspaces": [
"examples/*",
"guides/*",
"lessons/*",
"www"
]
}