@cord-sdk/server
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -45,1 +45,2 @@ 'use strict'; | ||
exports.getClientAuthToken = getClientAuthToken; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cord-sdk/server", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://docs.cord.com/", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"repository": { | ||
@@ -11,6 +17,9 @@ "type": "git", | ||
}, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"scripts": { "build": "rollup -c" }, | ||
"dependencies": { "jsonwebtoken": "^8.5.1" }, | ||
"scripts": { | ||
"build": "rollup -c", | ||
"dev": "rollup -c -w" | ||
}, | ||
"dependencies": { | ||
"jsonwebtoken": "^8.5.1" | ||
}, | ||
"devDependencies": { | ||
@@ -17,0 +26,0 @@ "@types/jsonwebtoken": "^8.5.8", |
Sorry, the diff of this file is not supported yet
7086
6
87