straico-api
Version:
A lightweight and easy-to-use TypeScript library for interacting with the Straico API.
52 lines (51 loc) • 1.33 kB
JSON
{
"name": "straico-api",
"version": "1.1.2",
"description": "A lightweight and easy-to-use TypeScript library for interacting with the Straico API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"start": "ts-node src/index.ts",
"test": "jest",
"lint": "eslint src --ext .ts",
"format": "prettier --write src/**/*.ts",
"watch": "tsc --watch",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/HossamGouda/straico-package"
},
"keywords": [
"straico",
"api",
"ai",
"gpt",
"dall-e",
"openai"
],
"author": "Hossam Gouda",
"license": "MIT",
"bugs": {
"url": "https://github.com/HossamGouda/straico-package/issues"
},
"homepage": "https://github.com/HossamGouda/straico-package#readme",
"devDependencies": {
"@types/jest": "^27.5.2",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^7.32.0",
"jest": "^27.5.1",
"prettier": "^2.4.1",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.2",
"typescript": "^4.9.5",
"dotenv": "^16.4.7"
},
"dependencies": {}
}