@datocms/rest-client-utils
Version:
Utilities for DatoCMS REST API clients
46 lines (45 loc) • 1.11 kB
JSON
{
"name": "@datocms/rest-client-utils",
"version": "5.0.0",
"description": "Utilities for DatoCMS REST API clients",
"keywords": [
"datocms",
"client"
],
"author": "Stefano Verna <s.verna@datocms.com>",
"homepage": "https://github.com/datocms/js-rest-api-clients/tree/main/packages/rest-client-utils#readme",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datocms/js-rest-api-clients.git"
},
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"
},
"bugs": {
"url": "https://github.com/datocms/js-rest-api-clients/issues"
},
"dependencies": {
"async-scheduler": "^1.4.4"
},
"gitHead": "2666eec2e03d70568737148464574c11cec02987",
"devDependencies": {
"@types/qs": "^6.9.7"
}
}