-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 736 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 736 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
{
"name": "@ryanx/ryan-cli",
"version": "1.0.3",
"description": "cli for ryan project group",
"bin": {
"ryan-cli": "dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ryan-cli": "node dist/index",
"build": "tsc --newLine lf"
},
"author": "ryan@axlroseart@gmail.com",
"homepage": "https://github.com/axlroseart/ryan-cli",
"license": "ISC",
"devDependencies": {
"@types/fs-extra": "^9.0.13",
"@types/inquirer": "^8.1.3",
"@types/node": "^16.11.7"
},
"dependencies": {
"chalk": "^4.1.2",
"fs-extra": "^10.0.0",
"inquirer": "^8.2.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"iOS 7",
"last 3 iOS versions"
]
}