-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 792 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 792 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
{
"name": "flossum",
"version": "1.1.2",
"description": "TextFX for the terminal.",
"main": "index.js",
"type": "module",
"bin": {
"flossum": "./bin/flossum.js"
},
"scripts": {
"test": "vitest run",
"demo": "node ./examples/demo.js",
"beta-demo": "node ./beta-animations/beta-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushkarscripts/flossum.git"
},
"types": "index.d.ts",
"author": "Pushkar",
"license": "ISC",
"bugs": {
"url": "https://github.com/pushkarscripts/flossum/issues"
},
"homepage": "https://github.com/pushkarscripts/flossum#readme",
"dependencies": {
"cfonts": "^3.3.0",
"chalk": "^5.4.1",
"commander": "^14.0.2"
},
"devDependencies": {
"vitest": "^4.0.18"
}
}