-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.1 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@barudakrosul/textwrap",
"version": "0.0.4",
"description": "Text wrapping and filling",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "Barudak Rosul",
"license": "MIT",
"types": "./index.d.ts",
"engines": {
"node": ">=12"
},
"dependencies": {
"@barudakrosul/expand-tabs": "^0.0.2",
"@barudakrosul/split-lines": "^0.0.2",
"@barudakrosul/translate": "^0.0.2"
},
"devDependencies": {
"assert": "^2.1.0",
"mocha": "^11.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BarudakRosul/textwrap.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"keywords": [
"textwrap",
"wrap",
"fill",
"shorten",
"dedent",
"indent",
"wrapped",
"filled",
"dedented",
"indented",
"textwrapped",
"wrap-text",
"text-wrap"
],
"bugs": {
"url": "https://github.com/BarudakRosul/textwrap/issues"
},
"homepage": "https://barudakrosul.github.io/textwrap/",
"funding": {
"url": "https://ko-fi.com/barudakrosul"
}
}