@accounts/client
Version:
Fullstack authentication and accounts-management
58 lines (57 loc) • 1.42 kB
JSON
{
"name": "@accounts/client",
"version": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"description": "Fullstack authentication and accounts-management",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"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",
"test-ci": "yarn run lint && yarn run coverage",
"testonly": "yarn run -T jest",
"test:watch": "yarn run -T jest --watch",
"coverage": "yarn run testonly --coverage"
},
"files": [
"src",
"lib"
],
"jest": {
"preset": "ts-jest",
"testEnvironment": "jsdom",
"setupFiles": [
"jest-localstorage-mock"
]
},
"repository": {
"type": "git",
"url": "https://github.com/accounts-js/accounts/tree/master/packages/client"
},
"keywords": [
"rest",
"graphql",
"grant",
"auth",
"authentication",
"accounts",
"users",
"oauth"
],
"author": "Tim Mikeladze",
"license": "MIT",
"dependencies": {
"jwt-decode": "4.0.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@accounts/types": "1.0.0-rc-20240308104521-8c44e20d17ded2c8e8b7299c4bd7268b3582deb3",
"jest-localstorage-mock": "2.4.26"
}
}