-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "awesome-js-ts",
"version": "1.0.0",
"description": "Here I would share with you all sort of awesome things about TS/JS. E.g. Regex, closure, etc",
"keywords": [
"regex",
"javascript",
"typescript",
"awesome-regex",
"awesome-javascript-regex"
],
"main": "index.js",
"scripts": {
"format": "prettier -w . -u",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"prepare": "husky",
"cy:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kasir-barati/awesome-js-ts.git"
},
"author": "kasir-barati",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kasir-barati/awesome-js-ts/issues"
},
"homepage": "https://github.com/kasir-barati/awesome-js-ts#readme",
"devDependencies": {
"@jest/types": "^29.6.3",
"@types/amqplib": "^0.10.5",
"@types/google-libphonenumber": "^7.4.30",
"@types/jest": "^29.5.12",
"cypress": "^13.13.2",
"husky": "^9.1.4",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
},
"dependencies": {
"amqplib": "^0.10.4",
"dotenv": "^16.4.5",
"google-libphonenumber": "^3.2.38",
"reflect-metadata": "^0.2.2"
}
}