You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.4 KiB
50 lines
1.4 KiB
{
|
|
"name": "@adminjs/fastify",
|
|
"version": "3.0.1",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"private": false,
|
|
"repository": "git@github.com:SoftwareBrothers/adminjs-fastify.git",
|
|
"license": "SEE LICENSE IN LICENSE",
|
|
"scripts": {
|
|
"release": "semantic-release",
|
|
"build": "tsc",
|
|
"dev": "tsc --watch",
|
|
"test": "jest",
|
|
"lint": "eslint './src/**/*'",
|
|
"check:all": "yarn lint && yarn build && yarn test"
|
|
},
|
|
"peerDependencies": {
|
|
"adminjs": ">=6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@types/busboy": "^0.2.3",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/mime-types": "^2.1.1",
|
|
"@types/node": "^15.12.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.6.0",
|
|
"@typescript-eslint/parser": "^4.6.0",
|
|
"adminjs": "^6.0.0",
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"jest": "^26.6.1",
|
|
"semantic-release": "^17.2.2",
|
|
"semantic-release-slack-bot": "^1.6.2",
|
|
"ts-jest": "^26.4.3",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/cookie": "^7.3.1",
|
|
"@fastify/formbody": "^7.0.0",
|
|
"@fastify/multipart": "^7.1.0",
|
|
"@fastify/session": "^9.0.0",
|
|
"fastify": "^4.3.0",
|
|
"lodash": "^4.17.21",
|
|
"mime-types": "^2.1.34"
|
|
}
|
|
}
|