UNPKG

@socketsupply/socket

Version:

A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.

49 lines (48 loc) 1.23 kB
{ "name": "@socketsupply/socket", "version": "0.6.0-rc.8", "description": "A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.", "type": "module", "main": "./index.js", "types": "./index.d.ts", "bin": { "ssc": "./bin/ssc.js" }, "os": [ "linux", "darwin", "win32" ], "cpu": [ "arm64", "x64" ], "scripts": { "test": ":" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/socketsupply/socket.git" }, "keywords": [ "socket", "runtime", "webview", "javascript", "desktop", "mobile" ], "author": "Socket Supply, Co <info@socketsupply.co>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/socketsupply/socket/issues" }, "homepage": "https://github.com/socketsupply/socket#readme", "optionalDependencies": { "@socketsupply/socket-darwin-arm64": "0.6.0-rc.8", "@socketsupply/socket-darwin-x64": "0.6.0-rc.8", "@socketsupply/socket-linux-arm64": "0.6.0-rc.8", "@socketsupply/socket-linux-x64": "0.6.0-rc.8", "@socketsupply/socket-win32-x64": "0.6.0-rc.8" } }