-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1017 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
33
34
35
36
37
38
39
40
41
{
"name": "@sech1p/blahaj",
"version": "0.3.0",
"description": "Displays blahaj in your terminal",
"main": "src/index.ts",
"bin": {
"blahaj": "dist/index.js"
},
"scripts": {
"start": "node dist/index.js",
"build": "npx tsc --build && gulp",
"clean": "npx tsc --clean",
"dev": "nodemon --watch \"src/**\" --ext \"ts\" --exec \"npm run build && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sech1p/blahaj.git"
},
"keywords": [
"blahaj",
"queer",
"pride"
],
"author": "Eliza \"sech1p\" Semeniuk <sech1p@disroot.org>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sech1p/blahaj/issues"
},
"homepage": "https://github.com/sech1p/blahaj#readme",
"devDependencies": {
"@types/node": "^20.14.2",
"gulp": "^5.0.0"
},
"dependencies": {
"@types/commander": "^2.12.2",
"ansis": "^3.3.2",
"commander": "^12.1.0",
"terminal-img": "^2.0.24",
"typescript": "^5.4.5"
}
}