We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1098402 commit eb9c2ffCopy full SHA for eb9c2ff
package.json
@@ -1,7 +1,6 @@
1
{
2
"name": "advent-of-typescript",
3
"version": "1.0.0",
4
- "description": "",
5
"main": "index.ts",
6
"type": "module",
7
"scripts": {
@@ -12,9 +11,7 @@
12
11
"format": "prettier . --write --ignore-unknown --cache",
13
"format:ci": "prettier . --check --ignore-unknown"
14
},
15
- "keywords": [],
16
"author": "zyhou",
17
- "license": "ISC",
18
"devDependencies": {
19
"@types/node": "^20.10.1",
20
"@typescript-eslint/eslint-plugin": "^6.13.1",
0 commit comments