This commit is contained in:
2025-02-26 17:06:31 +01:00
parent 134c1ee801
commit 004b4b8019
5 changed files with 331 additions and 3 deletions

View File

@@ -4,8 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "pwsh ./pack.ps1 && ncc build src/index.ts --license licenses.txt --external @bitwarden/sdk-napi"
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
@@ -19,4 +18,4 @@
"ts-node": "^10.9.2",
"typescript": "^5.7.3"
}
}
}