@tsavo/creatify-api-ts
Version:
TypeScript client for the Creatify AI API
96 lines (95 loc) • 2.78 kB
JSON
{
"name": "@tsavo/creatify-api-ts",
"description": "TypeScript client for the Creatify AI API",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"src",
"LICENSE",
"README.md",
"CHANGELOG.md",
"CODE_OF_CONDUCT.md"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:integration:watch": "vitest --config vitest.integration.config.ts",
"test:integration:preserve": "PRESERVE_TEST_FILES=true npm run test:integration",
"test:all": "npm run test && npm run test:integration",
"artifacts:preserve": "scripts/manage-test-artifacts.sh preserve",
"artifacts:collect": "scripts/manage-test-artifacts.sh collect",
"artifacts:list": "scripts/manage-test-artifacts.sh list",
"prepublishOnly": "npm run build",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"type-check": "tsc --noEmit",
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"",
"check": "npm run type-check && npm run lint && npm run format",
"semantic-release": "semantic-release"
},
"publishConfig": {
"access": "public",
"tag": "beta"
},
"sideEffects": false,
"keywords": [
"creatify",
"api",
"typescript",
"ai",
"avatar",
"video",
"text-to-speech",
"url-to-video",
"ai-editing",
"custom-templates",
"dyoa"
],
"homepage": "https://github.com/TSavo/creatify-api-ts",
"repository": {
"type": "git",
"url": "git+https://github.com/TSavo/creatify-api-ts.git"
},
"bugs": {
"url": "https://github.com/TSavo/creatify-api-ts/issues"
},
"author": {
"name": "T Savo",
"email": "listentomy@nefariousplan.com",
"url": "https://www.horizon-city.com"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/github": "^11.0.2",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"fs-extra": "^11.3.0",
"prettier": "^3.5.3",
"semantic-release": "^24.2.4",
"tsup": "^8.0.0",
"typescript": "^5.3.2",
"typescript-eslint": "^8.32.1",
"vitest": "^1.0.0"
},
"dependencies": {
"axios": "^1.6.2"
},
"version": "1.6.2"
}