You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vscode-sshfs/common/package.json

26 lines
399 B

{
"name": "common",
"version": "0.1.0",
"private": true,
"exports": {
"./*": "./out/*"
},
"typesVersions": {
">=0": {
"*": [
"out/*"
]
}
},
"scripts": {
"watch": "tsc -w",
"build": "tsc"
},
"devDependencies": {
"@types/node": "^12.7.12",
"@types/ssh2": "^0.5.41",
"typescript": "~5.0.2"
},
"packageManager": "yarn@3.1.1"
}