Add the package description

This commit is contained in:
Zaiste 2022-05-26 14:16:30 +02:00
parent 9da7c92642
commit 18e910a6c8
No known key found for this signature in database
GPG key ID: 15DF7EBC7F2FFE35
2 changed files with 5 additions and 3 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# SDK for Saleor Apps
SDK for building great Saleor Apps.

View file

@ -1,10 +1,9 @@
{ {
"name": "saleor-app-sdk", "name": "@saleor/app-sdk",
"version": "0.1.0", "version": "0.1.0",
"description": "", "description": "SDK for building great Saleor Apps",
"types": "index.d.ts", "types": "index.d.ts",
"main": "index.js", "main": "index.js",
"type": "module",
"scripts": { "scripts": {
"prepublishOnly": "pnpm build", "prepublishOnly": "pnpm build",
"watch": "tsc -w", "watch": "tsc -w",