20 lines
342 B
JSON
20 lines
342 B
JSON
{
|
|
"name": "@visionl/cli",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"bin": {
|
|
"visionl": "./dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc -b",
|
|
"build": "tsc -b"
|
|
},
|
|
"dependencies": {
|
|
"@visionl/core": "*",
|
|
"commander": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/commander": "npm:commander@^13.0.0"
|
|
}
|
|
}
|