init
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "demo",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"yinx": "./cli.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"picocolors": "^1.1.1",
|
||||
"prompts": "^2.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user