-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 844 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 844 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
{
"name": "backspin.nyc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"check": "tsc --noEmit --erasableSyntaxOnly --allowImportingTsExtensions",
"start": "node --env-file-if-exists=.env ./src/index.ts | pino-pretty",
"dev": "npm run check && portless backspin npm run start",
"update": "npx npm-check-updates -u",
"portless:config": "portless proxy start --https"
},
"author": "Tierney Cyren <hello@bnb.im>",
"license": "MIT",
"dependencies": {
"@fastify/view": "^11.1.1",
"edge-markdown": "^1.10.0",
"edge.js": "^6.5.0",
"fastify": "^5.8.4",
"luxon": "^3.7.2"
},
"devDependencies": {
"@types/luxon": "^3.7.1",
"@types/node": "^25.5.0",
"pino-pretty": "^13.1.3",
"portless": "^0.7.2",
"typescript": "^6.0.2"
}
}