@accounts/rest-express
Version:
Server side REST express middleware for accounts
63 lines (62 loc) • 1.64 kB
JSON
{
"name": "@accounts/rest-express",
"version": "1.0.0-alpha-20231126181819-d6faf8d5",
"description": "Server side REST express middleware 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",
"test:watch": "yarn run testonly --watch",
"testonly": "yarn run -T jest",
"coverage": "yarn run testonly --coverage"
},
"files": [
"src",
"lib"
],
"jest": {
"testEnvironment": "node",
"preset": "ts-jest"
},
"repository": {
"type": "git",
"url": "https://github.com/accounts-js/rest/tree/master/packages/rest-express"
},
"keywords": [
"users",
"accounts",
"rest",
"express"
],
"author": "Tim Mikeladze",
"license": "MIT",
"peerDependencies": {
"@accounts/magic-link": "^0.1.0",
"@accounts/password": "1.0.0-alpha-20231126181819-d6faf8d5",
"@accounts/server": "^0.32.0 || ^0.33.0"
},
"dependencies": {
"express": "4.18.2",
"express-validator": "^7.0.1",
"request-ip": "3.3.0"
},
"devDependencies": {
"@accounts/magic-link": "^0.1.1",
"@accounts/password": "1.0.0-alpha-20231126181819-d6faf8d5",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.1",
"@types/express": "4.17.21",
"@types/request-ip": "0.0.41",
"@types/supertest": "^2.0.16",
"reflect-metadata": "0.1.13",
"supertest": "^6.3.3"
}
}