mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
37 lines
928 B
JSON
37 lines
928 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.5.2",
|
|
"@types/node": "^17.0.22",
|
|
"jest": "^27.5.1",
|
|
"ts-jest": "^27.1.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/nanoid-dictionary": "^4.2.0",
|
|
"@types/uuid": "^8.3.4",
|
|
"axios": "^0.26.1",
|
|
"crypto-js": "^4.1.1",
|
|
"moment": "^2.29.2",
|
|
"moment-timezone": "^0.5.40",
|
|
"nanoid": "^3.3.2",
|
|
"nanoid-dictionary": "^4.3.0",
|
|
"posthog-js": "^1.37.0",
|
|
"process": "^0.11.10",
|
|
"reflect-metadata": "^0.1.13",
|
|
"slugify": "^1.6.5",
|
|
"typeorm": "^0.3.6",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|