UNPKG

app-store-server-api

Version:
62 lines (61 loc) 1.4 kB
{ "name": "app-store-server-api", "version": "0.17.1", "description": "A client for the App Store Server API", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/types/index.d.js", "scripts": { "build": "npm run build:cjs && npm run build:esm && npm run build:types", "build:cjs": "tsc -p tsconfig.cjs.json", "build:esm": "tsc -p tsconfig.esm.json", "build:types": "tsc -p tsconfig.types.json", "package": "npm run build && npm pack" }, "publishConfig": { "access": "public" }, "files": [ "dist" ], "keywords": [ "app", "store", "server", "api", "apple", "in-app", "purchase", "iap", "subscription", "receipt", "validation", "notifications" ], "license": "MIT", "homepage": "https://github.com/agisboye/app-store-server-api", "repository": { "type": "git", "url": "git@github.com:agisboye/app-store-server-api.git" }, "bugs": { "url": "https://github.com/agisboye/app-store-server-api/issues" }, "dependencies": { "jose": "^5.9.6" }, "devDependencies": { "@types/node": "^22.8.6", "prettier": "^2.8.8", "ts-node": "^10.9.2", "typescript": "^4.9.5" }, "prettier": { "semi": false, "singleQuote": false, "tabWidth": 2, "trailingComma": "none", "arrowParens": "avoid", "printWidth": 120 } }