From d0b37076b74ffb660a44965269147393ab5a8569 Mon Sep 17 00:00:00 2001 From: Mateusz Haligowski Date: Wed, 16 Aug 2023 17:18:31 -0700 Subject: [PATCH] run npm init --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c748e44 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "@gradientai/nodejs-sdk-typescript-example", + "version": "1.0.0", + "description": "", + "main": "dist/index.js", + "scripts": { + "test": "true" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Preemo-Inc/gradient-sdk-typescript-example.git" + }, + "keywords": [ + "gradient", + "llm", + "gradient", + "ai", + "typescript" + ], + "author": "gradient.ai developers", + "license": "UNLICENSED", + "bugs": { + "url": "https://github.com/Preemo-Inc/gradient-sdk-typescript-example/issues" + }, + "homepage": "https://github.com/Preemo-Inc/gradient-sdk-typescript-example#readme" +}