-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 855 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
{
"name": "scripts",
"version": "1.0.0",
"description": "This is a loose collection of \"scripts\" that I have had use for, and that I want to keep around somewhere just in case.",
"keywords": [],
"homepage": "https://github.com/G-Rath/scripts#readme",
"bugs": {
"url": "https://github.com/G-Rath/scripts/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/G-Rath/scripts.git"
},
"license": "ISC",
"author": "Gareth Jones",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc --noEmit"
},
"prettier": "prettier-config-ackama",
"devDependencies": {
"@schemastore/package": "0.0.10",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.0.0",
"prettier": "^3.0.0",
"prettier-config-ackama": "^1.0.0",
"typescript": "^5.5.0"
}
}