-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 895 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 895 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
{
"name": "clickercookie.github.io",
"version": "0.7.0",
"description": "A totally original game about clicking a cookie",
"main": "main.ts",
"scripts": {
"build": "npx tsc --build && sass src/scss/main.scss public/style.css --no-source-map",
"clean": "npx tsc --build --clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clickercookie/clickercookie.github.io.git"
},
"author": "FifthTundraG",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/clickercookie/clickercookie.github.io/issues"
},
"homepage": "https://github.com/clickercookie/clickercookie.github.io#readme",
"dependencies": {
"typescript": "^5.6.2"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.7.0",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"typescript-eslint": "^8.53.0"
}
}