-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 837 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
{
"name": "pretty-shell",
"version": "0.0.5",
"author": "yaxingson <[email protected]>",
"description": "utilities for using unix shell commands from node.js",
"keywords": [
"shell",
"unix",
"sh",
"commands",
"bash"
],
"homepage": "https://github.com/yaxingson/pretty-shell",
"repository": {
"type": "git",
"url": "[email protected]:yaxingson/pretty-shell.git"
},
"main": "index.ts",
"bin": {
"psx": "./bin/psx.js"
},
"scripts": {
"build": "node scripts/build.js"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@rollup/plugin-typescript": "^12.1.1",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"rollup": "^4.27.3",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.5"
},
"license": "MIT"
}