-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 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
{
"name": "readtastic",
"version": "1.2.0",
"main": "index.js",
"scripts": {
"test": "jest"
},
"types": "typings/index.d.ts",
"keywords": [
"Readline",
"Stream",
"input-stream",
"output-stream",
"blazed.js",
"readtastic",
"readline-sync",
"readline-async",
"node",
"nodejs",
"package",
"axios",
"npm",
"gaxios",
"node-fetch"
],
"contributors": [
"BlazeInferno64",
"blazeinferno"
],
"jest": {
"testMatch": [
"**/test/**/*.js"
]
},
"author": "BlazeInferno64",
"license": "MIT",
"homepage": "https://github.com/blazeinferno64/readtastic.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/blazeinferno64/readtastic.js.git"
},
"description": "Readtastic is a fast, minimaslitic, light-weight, promise based tool for interacting with input stream line by line.",
"devDependencies": {
"@eslint/js": "^9.17.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.7.0"
}
}