UNPKG

woodwing-assets

Version:

TypeScript client for interacting with the WoodWing Assets Server API

59 lines (58 loc) 1.6 kB
{ "name": "woodwing-assets", "version": "2.1.2", "description": "TypeScript client for interacting with the WoodWing Assets Server API", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "jest --config jestconfig.json", "format": "prettier --write \"src/**/*.{ts,js}\"", "prepare": "npm run build", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "WoodWing", "Assets", "ProPublish", "DAM", "Elvis" ], "author": "Luis Ferreira", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lcpaf/woodwing_assets.git" }, "bugs": { "url": "https://github.com/lcpaf/woodwing_assets/issues" }, "homepage": "https://github.com/lcpaf/woodwing_assets#readme", "files": [ "lib/**/*" ], "dependencies": { "@types/express": "^5.0.3", "@types/tmp": "^0.2.6", "axios": "^1.9.0", "express": "^5.1.0", "form-data": "^4.0.3", "stream": "^0.0.3", "tmp": "^0.2.3" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.30", "axios-mock-adapter": "^2.1.0", "jest": "^29.7.0", "ngrok": "^5.0.0-beta.2", "prettier": "^3.5.3", "ts-jest": "^29.3.4", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0" } }