@accounts/rest-client
Version:
REST client for accounts
54 lines (53 loc) • 1.33 kB
JSON
{
"name": "@accounts/rest-client",
"version": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"description": "REST client for accounts",
"main": "lib/index",
"typings": "lib/index",
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "yarn run -T rimraf lib",
"start": "yarn run -T tsc --watch",
"precompile": "yarn run clean",
"compile": "yarn run -T tsc",
"prepublishOnly": "yarn run compile",
"test": "yarn run testonly",
"testonly": "yarn run -T jest",
"coverage": "yarn run testonly --coverage"
},
"files": [
"src",
"lib"
],
"jest": {
"testEnvironment": "jsdom",
"preset": "ts-jest"
},
"repository": {
"type": "git",
"url": "https://github.com/accounts-js/rest/tree/master/packages/rest-client"
},
"keywords": [
"rest",
"graphql",
"grant",
"auth",
"authentication",
"accounts",
"users",
"oauth"
],
"author": "Tim Mikeladze",
"license": "MIT",
"dependencies": {
"tslib": "2.6.2"
},
"devDependencies": {
"@accounts/client": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"@accounts/types": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"@types/node-fetch": "2.6.11",
"node-fetch": "2.7.0"
}
}