@senspark/sfs2x
Version:
utility library for smartfox server
30 lines • 733 B
JSON
{
"description": "utility library for smartfox server",
"version": "1.2.0",
"author": "senspark",
"license": "MIT",
"bugs": {
"url": "https://github.com/Senspark/sfs2x/issues"
},
"main": "dist/index.js",
"homepage": "https://github.com/Senspark/sfs2x#readme",
"keywords": [
"smartfox",
"utility",
"utils"
],
"scripts": {
"build": "tsc"
},
"types": "dist/index.d.ts",
"name": "@senspark/sfs2x",
"repository": {
"type": "git",
"url": "git+https://github.com/Senspark/sfs2x-js.git"
},
"dependencies": {},
"devDependencies": {
"@senspark/sfs2x-api": "^1.1.1",
"@types/node": "^10.12.2"
}
}