@verdocs/js-sdk
Version:
Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients
76 lines (75 loc) • 2.23 kB
JSON
{
"name": "@verdocs/js-sdk",
"version": "5.0.36",
"private": false,
"homepage": "https://github.com/Verdocs/js-sdk",
"description": "Isomorphic JS/TS SDK providing types and API wrappers for the Verdocs platform for Node and browser clients",
"keywords": [
"pdf",
"document",
"signing",
"Verdocs",
"embed"
],
"author": "Verdocs",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"source": "./src/index.ts",
"browser": "dist/browser.js",
"files": [
"dist/*",
"node.js",
"browser.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git://github.com/Verdocs/js-sdk.git"
},
"bugs": {
"url": "https://github.com/Verdocs/js-sdk/issues"
},
"scripts": {
"tsc": "yarn build",
"build": "rollup -c --sourcemap --bundleConfigAsCjs",
"prepare": "npm run build",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config jestconfig.json",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"docs": "typedoc && npm run generate-openapi && cp openapi.json ../developers.verdocs.com/public/openapi.json",
"generate-openapi": "npx tsx openapi/generate-openapi.ts",
"edit-openapi": "docker run -p 8081:80 -v $(pwd):/sdk -v $(pwd):/sdk swaggerapi/swagger-editor:next-v5",
"view-openapi": "docker run -p 8081:80 -v $(pwd):/sdk swaggerapi/swagger-ui",
"push": "npm run build && npm publish"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"axios": "^1.8.4"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@types/jest": "^29.5.14",
"axios-mock-adapter": "^2.1.0",
"esbuild": "^0.25.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.5.3",
"rollup": "^4.39.0",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-ts": "^3.4.5",
"ts-jest": "^29.3.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typedoc": "^0.28.2",
"typescript": "^5.5.4"
}
}