types-apple-iap
Version:
Typescript typings for Apple in-app purchases.
41 lines (40 loc) • 1.14 kB
JSON
{
"name": "types-apple-iap",
"version": "1.0.1",
"description": "Typescript typings for Apple in-app purchases.",
"scripts": {
"docs": "npx typedoc .",
"build": "rm -rf dist && npx tsc && find dist -type f -name '*.test.js*' -delete && cp package*.json dist/ && cp LICENSE dist/ && cp README.md dist/"
},
"repository": {
"type": "git",
"url": "https://github.com/levibostian/types-apple-iap.git"
},
"keywords": [
"Apple",
"iOS",
"Purchase",
"Subscription",
"App",
"in-app-purchase",
"in-app-billing",
"Validation",
"IAP"
],
"author": "Levi Bostian <levi.bostian@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/levibostian/types-apple-iap/issues"
},
"homepage": "https://github.com/levibostian/types-apple-iap#readme",
"devDependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.1.1",
"@semantic-release/npm": "^7.0.6",
"@tsconfig/node12": "^1.0.7",
"typedoc": "^0.19.2",
"typescript": "^4.0.5"
}
}