-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 731 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 731 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
35
{
"name": "funny-terminal",
"version": "1.2.7",
"description": "The first module I made for writing.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "npx ts-node test",
"test:second": "npx ts-node test/second",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/turtle85917/readline.git"
},
"keywords": [
"ui",
"ask",
"cli",
"prompt",
"prompts",
"readline",
"prompts",
"stdin",
"console",
"command-line"
],
"license": "MIT",
"homepage": "https://github.com/turtle85917/readline",
"dependencies": {
"@types/node": "^18.11.18",
"@types/prompts": "^2.4.2",
"prompts": "^2.4.2"
}
}