oneuptime/Common/package.json

37 lines
928 B
JSON
Raw Normal View History

2022-03-22 11:19:12 +00:00
{
2022-04-22 18:47:45 +00:00
"name": "common",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"compile": "tsc"
},
"author": "",
2022-04-30 13:25:36 +00:00
"license": "MIT",
2022-04-22 18:47:45 +00:00
"devDependencies": {
2022-05-04 20:47:41 +00:00
"@faker-js/faker": "^6.3.1",
2022-08-14 16:44:53 +00:00
"@types/jest": "^27.5.2",
2022-04-22 18:47:45 +00:00
"@types/node": "^17.0.22",
"jest": "^27.5.1",
"ts-jest": "^27.1.4"
},
"dependencies": {
2022-06-06 11:00:39 +00:00
"@types/crypto-js": "^4.1.1",
2022-04-22 18:47:45 +00:00
"@types/nanoid-dictionary": "^4.2.0",
"@types/uuid": "^8.3.4",
"axios": "^0.26.1",
2022-06-06 11:00:39 +00:00
"crypto-js": "^4.1.1",
2022-04-22 18:47:45 +00:00
"moment": "^2.29.2",
2022-12-15 12:03:51 +00:00
"moment-timezone": "^0.5.40",
2022-04-22 18:47:45 +00:00
"nanoid": "^3.3.2",
"nanoid-dictionary": "^4.3.0",
2022-12-13 12:12:08 +00:00
"posthog-js": "^1.37.0",
2022-05-23 21:22:55 +00:00
"process": "^0.11.10",
2022-05-18 10:33:53 +00:00
"reflect-metadata": "^0.1.13",
2022-04-22 18:47:45 +00:00
"slugify": "^1.6.5",
2022-04-27 19:38:55 +00:00
"typeorm": "^0.3.6",
2022-04-22 18:47:45 +00:00
"uuid": "^8.3.2"
}
2022-03-22 11:19:12 +00:00
}