@uk/api
Version:
Uk API module
33 lines (32 loc) • 809 B
JSON
{
"name": "@uk/api",
"version": "1.0.2",
"description": "Uk API module",
"typings": "dist/index",
"scripts": {
"build": "npm i && rm -fr ./dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/uk-framework/uk-api.git"
},
"keywords": [
"Uk"
],
"author": "koloboid",
"license": "MIT",
"bugs": {
"url": "https://bitbucket.org/uk-framework/uk-api/issues"
},
"homepage": "https://bitbucket.org/uk-framework/uk-api/#readme",
"dependencies": {
"@types/socket.io": "*",
"@types/socket.io-client": "*",
"@uk/log": "^1.0.1",
"socket.io": "^2.0.4",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"typescript": "^3.1.6"
}
}