quip-api-typescript
Version:
This is the unofficial and incomplete, but TypeScript-compatible and promise-based library to access the [Quip Automation API](https://quip.com/api/).
45 lines (44 loc) • 1.41 kB
JSON
{
"name": "quip-api-typescript",
"version": "1.3.1",
"description": "This is the unofficial and incomplete, but TypeScript-compatible and promise-based library to access the [Quip Automation API](https://quip.com/api/).",
"main": "dist/index.js",
"type": "module",
"files": [
"/dist/*"
],
"scripts": {
"build": "rm -rf dist/* && rollup --config rollup.config.js",
"generate-docs": "typedoc --entryPointStrategy expand src --exclude \"**/*.test.ts\" --plugin typedoc-plugin-merge-modules --excludeInternal --readme readmeee.md --name \"Quip API Typescript\" --hideGenerator",
"release": "standard-version",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/piotrekwitkowski/quip-api-typescript.git"
},
"keywords": [
"quip",
"api",
"typescript"
],
"author": "piotrekwitkowski",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/piotrekwitkowski/quip-api-typescript/issues"
},
"homepage": "https://github.com/piotrekwitkowski/quip-api-typescript#readme",
"dependencies": {
"axios": "^0.27.2"
},
"devDependencies": {
"@rollup/plugin-typescript": "^8.3.2",
"@types/jest": "^27.5.1",
"jest": "^28.1.0",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.3",
"typedoc": "^0.22.15",
"typedoc-plugin-merge-modules": "^3.1.0",
"typescript": "^4.7.2"
}
}