mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
31 lines
718 B
JSON
31 lines
718 B
JSON
{
|
|
"name": "common",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"compile": "tsc"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^6.3.1",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.22",
|
|
"jest": "^27.5.1",
|
|
"ts-jest": "^27.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/nanoid-dictionary": "^4.2.0",
|
|
"@types/uuid": "^8.3.4",
|
|
"axios": "^0.26.1",
|
|
"moment": "^2.29.2",
|
|
"nanoid": "^3.3.2",
|
|
"nanoid-dictionary": "^4.3.0",
|
|
"slugify": "^1.6.5",
|
|
"typeorm": "^0.3.6",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|