feat: add responses package

This commit is contained in:
Karol Sójko
2022-07-06 11:59:04 +02:00
parent 67b0918ba8
commit 9d1f7043e5
73 changed files with 977 additions and 14 deletions

View File

@@ -5,11 +5,11 @@
"node": ">=16.0.0 <17.0.0"
},
"description": "Interfaces for dealing with SN server-side API",
"main": "dist/src/index.js",
"main": "dist/index.js",
"author": "Standard Notes",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"files": [
"dist/src"
"dist"
],
"publishConfig": {
"access": "public"