Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
WebDesktop/WindowAPI/package.json

20 lines
335 B
JSON

{
"name": "webdesktop_windowapi",
"version": "1.0.5",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.tx",
"files": [
"/dist"
],
"scripts": {
"publish": "npm version patch && tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"typescript": "^4.8.4"
}
}