forked from ChristofferHolmesland/codetyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 696 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "codetyper",
"version": "1.0.0",
"description": "This is a project by members of the KalleTech discord server. We are making a website where you can practice your programming speed.",
"main": "index.html",
"scripts": {
"prettier": "npx prettier --write static/ && npx prettier --write index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChristofferHolmesland/codetyper.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ChristofferHolmesland/codetyper/issues"
},
"homepage": "https://github.com/ChristofferHolmesland/codetyper#readme",
"devDependencies": {
"prettier": "2.3.2"
}
}