UNPKG

@pfantato/printful-ts

Version:

Typescript SDK to integrate with Printful

63 lines (62 loc) 1.7 kB
{ "name": "@pfantato/printful-ts", "version": "0.0.1", "description": "Typescript SDK to integrate with Printful", "main": "dist/index.js", "types": "lib/index.d.ts", "scripts": { "build": "rm -rf lib && tsc", "lint": "eslint --ext .js,.ts .", "format": "prettier --ignore-path .gitignore --write \"**/*.+(js|ts|json)\"", "test": "jest --config jest.config.json --passWithNoTests", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/pfantato/printful-ts.git" }, "files": [ "lib/**/*" ], "keywords": [ "printful", "typescript", "sdk", "printful-sdk", "typescript-sdk", "printful-ts", "printful-typescript", "printful-js", "javascript", "typescript", "javascript-sdk", "js-sdk", "ts-sdk" ], "author": "Patrick Fantato <me@pfantato.space>", "license": "MIT", "bugs": { "url": "https://github.com/pfantato/printful-ts/issues" }, "homepage": "https://github.com/pfantato/printful-ts#readme", "devDependencies": { "@paralleldrive/cuid2": "^2.2.2", "@types/jest": "^29.5.14", "@types/node": "^22.13.10", "@typescript-eslint/eslint-plugin": "^8.26.1", "@typescript-eslint/parser": "^8.26.1", "color-string": "^2.0.1", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "jest": "^29.7.0", "ky": "^1.7.5", "prettier": "^3.5.3", "ts-jest": "^29.2.6", "typescript": "^5.8.2", "zod": "^3.24.2" } }