UNPKG

nmkr-studio-api

Version:

Typesafe API Client to work with the NMKR Studio V2 API

47 lines (46 loc) 1.23 kB
{ "name": "nmkr-studio-api", "version": "1.0.33", "description": "Typesafe API Client to work with the NMKR Studio V2 API", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npx tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json --setupFiles dotenv/config", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A ./..", "postversion": "git push && git push --tags" }, "files": [ "dist/**/*" ], "keywords": [ "NMKR", "API", "STUDIO" ], "author": "schaier-io <sandro.schaier@nmkr.io>", "license": "MIT", "dependencies": { "axios": "^1.7.9" }, "repository": { "type": "git", "url": "git+https://github.com/nftmakerio/NMKRApi/tree/main/nmkr-studio-api" }, "devDependencies": { "@types/node": "^10.9.4", "dotenv": "^16.4.7", "prettier": "^3.4.2", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0" }, "homepage": "https://www.nmkr.io/studio", "bugs": { "url": "https://github.com/nftmakerio/NMKRApi/issues" } }