You've already forked inshellisense
mirror of
https://github.com/wavetermdev/inshellisense.git
synced 2026-04-22 15:25:33 -07:00
ebeca47cc0
Signed-off-by: Chapman Pendery <cpendery@vt.edu>
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@microsoft/sa",
|
|
"version": "0.0.0",
|
|
"description": "IDE style command line auto complete",
|
|
"type": "module",
|
|
"bin": {
|
|
"sa": "./build/index.js"
|
|
},
|
|
"files": [
|
|
"build/**",
|
|
"*.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "node ./build/index.js",
|
|
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/microsoft/sa.git"
|
|
},
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/sa/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/sa#readme",
|
|
"dependencies": {
|
|
"@withfig/autocomplete": "^2.633.0",
|
|
"chalk": "^5.3.0",
|
|
"commander": "^11.0.0",
|
|
"ink": "^4.4.1",
|
|
"react": "^18.2.0",
|
|
"wrap-ansi": "^8.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node18": "^18.2.2",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/react": "^18.2.24",
|
|
"@withfig/autocomplete-types": "^1.28.0",
|
|
"jest": "^29.7.0",
|
|
"ts-jest": "^29.1.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
} |