@lightningkite/lightning-server-simplified
Version:
45 lines (44 loc) • 1.08 kB
JSON
{
"name": "@lightningkite/lightning-server-simplified",
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@js-joda/core": "^4.3.1",
"iter-tools-es": "^7.1.4",
"rxjs": "7.4.0",
"uuid": "8.x",
"@types/uuid": "8.x",
"sprintf-js": "1.1.x",
"@types/sprintf-js": "1.1.x",
"mersenne-twister": "1.x",
"@types/mersenne-twister": "1.x"
},
"devDependencies": {
"typescript": "^4.5.2",
"jest": "^26.6.3",
"ts-jest": "^26.5.1",
"@types/jest": "^26.0.20"
},
"scripts": {
"build": "tsc",
"prepack": "tsc",
"test": "jest --env=node --colors --coverage test"
},
"author": "Lightning Kite",
"repository": {
"type": "git",
"url": "git+https://github.com/lightningkite/lightning-server.git"
},
"keywords": [
"batteries",
"ktor",
"client"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/lightningkite/lightning-server/issues"
},
"homepage": "https://github.com/lightningkite/lightning-server#readme"
}