-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.26 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
{
"private": true,
"name": "tobythe.dev",
"version": "0.0.0",
"author": {
"name": "Toby Smith",
"email": "[email protected]",
"url": "https://tobysmith.uk"
},
"license": "UNLICENSED",
"description": "The domain used by Toby Smith to host his side-projects, things, and bits!",
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"prettier": "@tobysmith568/prettier-config",
"homepage": "https://github.com/tobysmith568/tobythe.dev#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tobysmith568/tobythe.dev.git"
},
"scripts": {
"start": "serve --config ./.serve.json -p 8080 --single",
"e2e": "cypress open"
},
"bugs": {
"url": "https://github.com/tobysmith568/tobythe.dev/issues"
},
"devDependencies": {
"@license-cop/permissive": "^1.6.2",
"@tobysmith568/prettier-config": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"cspell": "^8.0.0",
"cypress": "^13.14.1",
"eslint": "^8.13.0",
"eslint-config-prettier": "^9.0.0",
"license-cop": "^1.6.2",
"serve": "^14.2.3",
"typescript": "^5.0.0"
}
}