UNPKG

cbcore-ts

Version:

CBCore is a library to build web applications using pure Typescript.

53 lines (52 loc) 1.39 kB
{ "name": "cbcore-ts", "version": "1.0.35", "description": "CBCore is a library to build web applications using pure Typescript.", "main": "compiledScripts/index.js", "types": "compiledScripts/index.d.ts", "scripts": { "build": "etsc && tsc --emitDeclarationOnly", "tscv": "tsc -v", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/inimeseke/UICore-TS.git" }, "keywords": [ "UICore", "UIKit", "Apple", "IOS", "UI", "Framework", "Native-like", "Native", "Typescript" ], "author": "Mart Ernits", "license": "MIT", "bugs": { "url": "https://github.com/inimeseke/UICore-TS/issues" }, "homepage": "https://github.com/inimeseke/UICore-TS", "dependencies": { "@types/object-hash": "^2.1.1", "object-hash": "^2.1.1", "socket.io-client": "^4.7.5", "uicore-ts": "1.0.575" }, "devDependencies": { "@rollup/plugin-commonjs": "^23.0.0", "@rollup/plugin-node-resolve": "^13.3.0", "esbuild": "^0.19.12", "esbuild-node-tsc": "^1.8.8", "esbuild-plugin-inline-worker": "^0.1.1", "etsc": "^0.1.0", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-typescript2": "^0.32.1", "rollup-plugin-web-worker-loader": "^1.6.1", "typescript": "^5.8.3" } }