mirror of
https://github.com/Xevion/schedule-extract.git
synced 2025-12-06 05:16:25 -06:00
Extend from prior npm build (keywords, repo, scripts), add @types/node
This commit is contained in:
22
package.json
22
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user