forked from slash-create/docs-bot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 855 Bytes
/
package.json
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
{
"name": "slash-create-docs-bot",
"version": "1.0.0",
"description": "A template for slash-create",
"main": "dist/index.js",
"type": "module",
"scripts": {
"format": "biome format --write ./src/*",
"lint": "biome lint --apply ./src/*",
"sync": "slash-up sync",
"sync:dev": "slash-up sync -e development",
"start": "bun ./src/index.ts",
"lint:fix": "npx eslint --ext .ts ./src --fix"
},
"dependencies": {
"chrono-node": "^2.7.7",
"convert-units": "^3.0.0-beta.7",
"fuzzy": "^0.1.3",
"slash-create": "^6.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.14",
"eventemitter3": "^5.0.1",
"lodash.isequal": "^4.5.0",
"slash-up": "^1.4.2",
"ts-node": "^10.9.2",
"tweetnacl": "^1.0.3",
"typescript": "5.4.1-rc",
"undici": "^6.21.0"
}
}