@jeremybarbet/apple-api-types
Version:
Typescript definitions for Apple API services.
33 lines (32 loc) • 764 B
JSON
{
"name": "@jeremybarbet/apple-api-types",
"version": "1.5.1",
"description": "Typescript definitions for Apple API services.",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com/jeremybarbet/iap.git",
"author": "Jérémy Barbet <jeremgraph@gmail.com>",
"publishConfig": {
"access": "public"
},
"keywords": [
"iap",
"payments",
"typescript",
"App",
"Store",
"API",
"Apple",
"services"
],
"scripts": {
"build": "rm -rf dist && tsc",
"lint:tsc": "yarn tsc -p tsconfig.json --noEmit --skipLibCheck"
},
"devDependencies": {
"@types/node": "22.15.29",
"typescript": "5.8.3"
},
"gitHead": "9694461d6f87c9f736d36f78204f7320a992f9ae"
}