-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 KB
/
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
33
34
35
36
37
38
39
40
{
"name": "random-tale-of-kieu",
"description": "Get random quotes from The Tale of Kieu - Nguyen Du",
"version": "1.1.0",
"license": "MIT",
"main": "./src/index.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"bundle": "bun lint && bun package",
"clean": "git clean -xdf",
"lint": "bunx @biomejs/biome check --write .",
"package": "bunx ncc build src/index.ts -o dist --source-map --license licenses.txt",
"package:watch": "bun package -- --watch",
"start": "bun ./src/index.ts"
},
"dependencies": {
"@actions/core": "^1.11.1",
"@vercel/ncc": "^0.38.3",
"cowsay": "^1.6.0"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"typescript": "^5.7.2"
},
"repository": "git@github.com:huuquyet/random-tale-of-kieu",
"author": "huuquyet <huuquyetng@gmail.com>",
"bugs": {
"url": "https://github.com/huuquyet/random-tale-of-kieu/issues"
},
"keywords": [
"typescript",
"tales-of-Kieu",
"Nguyen-Du",
"github-actions",
"workflows",
"truyen-kieu"
]
}