Skip to content

Commit

Permalink
run npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Haligowski committed Aug 17, 2023
1 parent af5a469 commit d0b3707
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit d0b3707

Please sign in to comment.