@accounts/server
Version:
Fullstack authentication and accounts-management
66 lines (65 loc) • 1.72 kB
JSON
{
"name": "@accounts/server",
"version": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
"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": {
"testEnvironment": "node",
"preset": "ts-jest"
},
"repository": {
"type": "git",
"url": "https://github.com/accounts-js/accounts/tree/master/packages/server"
},
"keywords": [
"rest",
"graphql",
"grant",
"auth",
"authentication",
"accounts",
"users",
"oauth"
],
"author": "Tim Mikeladze",
"license": "MIT",
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-modules": "^3.0.0"
},
"dependencies": {
"emittery": "0.13.1",
"jsonwebtoken": "9.0.2",
"jwt-decode": "4.0.0",
"lodash.merge": "4.6.2",
"tslib": "2.6.2"
},
"devDependencies": {
"@accounts/types": "1.0.0-alpha-20240108082143-d74c0d3658792ccbd34fa5aa1573654370caaaf0",
"@types/jsonwebtoken": "9.0.5",
"@types/lodash.merge": "4.6.9",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"reflect-metadata": "0.2.1"
}
}