@lightningkite/lightning-server-simplified
Version:
34 lines (33 loc) • 798 B
JSON
{
"name": "@lightningkite/lightning-server-simplified",
"version": "1.1.5",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"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"
}