livelists-node-js
Version:
node.js server sdk for livelists
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "livelists-node-js",
"version": "0.3.1",
"description": "node.js server sdk for livelists",
"main": "./dist/index.js",
"scripts": {
"build": "tsc --project tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livelists/server-sdk-node-js.git"
},
"keywords": [
"livelists",
"server-sdk",
"auth"
],
"author": "nikrainev",
"license": "MIT",
"bugs": {
"url": "https://github.com/livelists/server-sdk-node-js/issues"
},
"homepage": "https://github.com/livelists/server-sdk-node-js#readme",
"devDependencies": {
"@types/jsonwebtoken": "^9.0.1",
"@typescript-eslint/eslint-plugin": "4.26.1",
"@typescript-eslint/parser": "4.26.1",
"eslint": "7.28.0",
"eslint-config-airbnb-typescript": "12.3.1",
"eslint-plugin-import": "2.23.4",
"i": "^0.3.7",
"ts-loader": "9.4.1",
"ts-node": "9.1.1",
"ts-proto": "1.131.0",
"typescript": "5.3.3"
},
"dependencies": {
"axios": "1.6.0",
"camelcase-keys": "6.2.2",
"jsonwebtoken": "9.0.0",
"protobufjs": "7.2.2"
},
"files": [
"dist"
]
}