Extend from prior npm build (keywords, repo, scripts), add @types/node

This commit is contained in:
2023-08-11 02:27:22 -05:00
parent 9c19fafbda
commit 08fd2f2acc
2 changed files with 26 additions and 1 deletions

View File

@@ -4,12 +4,32 @@
"main": "index.ts",
"license": "MIT",
"description": "Extract schedule information into ICS files from Student Registration system",
"repository": "https://github.com/Xevion/schedule-extract",
"author": "Xevion",
"private": true,
"type": "module",
"scripts": {
"test": "node ./extract.js"
},
"dependencies": {
"@types/node": "^20.4.9",
"cheerio": "^1.0.0-rc.12",
"ics": "^3.2.0"
},
"keywords": [
"schedule",
"extract",
"nodejs",
"typescript",
"parsing",
"html",
"ics"
],
"bugs": {
"url": "https://github.com/Xevion/schedule-extract/issues"
},
"homepage": "https://github.com/Xevion/schedule-extract#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Xevion/schedule-extract.git"
}
}

View File

@@ -2,6 +2,11 @@
# yarn lockfile v1
"@types/node@^20.4.9":
version "20.4.9"
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.4.9.tgz#c7164e0f8d3f12dfae336af0b1f7fdec8c6b204f"
integrity sha512-8e2HYcg7ohnTUbHk8focoklEQYvemQmu9M/f43DZVx43kHn0tE3BY/6gSDxS7k0SprtS0NHvj+L80cGLnoOUcQ==
boolbase@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz#68dff5fbe60c51eb37725ea9e3ed310dcc1e776e"