-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 967 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 967 Bytes
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
30
31
32
33
34
35
36
37
38
39
40
{
"name": "lib",
"version": "0.0.1",
"description": "lib.lang.md: The Markdownlang Library Registry",
"main": "./dist/app.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "npm run build && npm run start",
"start": "node --env-file-if-exists=.env ./dist/app.js | pino-pretty"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markdownlang/lib.git"
},
"keywords": [
"markdownlang"
],
"author": "Tierney Cyren <hello@bnb.im>",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/markdownlang/lib/issues"
},
"homepage": "https://github.com/markdownlang/lib#readme",
"dependencies": {
"@fastify/view": "^11.1.1",
"edge.js": "^6.4.0",
"fastify": "^5.7.4",
"luxon": "^3.7.2",
"octokit": "^5.0.5",
"pino": "^10.3.1"
},
"devDependencies": {
"@octokit/types": "^16.0.0",
"@types/luxon": "^3.7.1",
"@types/node": "^25.2.3",
"pino-pretty": "^13.1.3",
"typescript": "^5.9.3"
}
}