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.
26 lines
399 B
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": "~4.5.5"
|
|
},
|
|
"packageManager": "yarn@3.1.1"
|
|
}
|