Setting up package

This commit is contained in:
Johan Öbrink 2020-12-20 23:22:46 +01:00
parent 91fbee4f5c
commit 3cd753bc28
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
"name": "@skolplattformen/embedded-api",
"version": "0.0.0",
"description": "Since the proxy was blocked (and also deemed a bad idea by some), this is a reboot of the API running in process in the app(s).",
"main": "./dist",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"repository": "git@github.com:kolplattformen/embedded-api.git",
"author": "Johan Öbrink <johan.obrink@gmail.com>",
"license": "Apache-2.0",