forked from MusiCode1/yemot-router
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "yemot-router2",
"version": "6.1.8",
"description": "",
"exports": {
"import": "./index.js",
"require": "./index.cjs"
},
"type": "module",
"scripts": {
"example": "node --watch example.js",
"lint": "eslint . --fix --ext .js,.cjs,.mjs --ignore-path .gitignore",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"prepublishOnly": "rollup --config rollup.config.js",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShlomoCode/yemot-router2.git"
},
"author": "musicode1, ShlomoCode",
"license": "MIT",
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@types/express": "^4.17.21",
"@types/node": "^20.17.13",
"colors": "^1.4.0",
"express": "^4.21.2",
"ms": "^2.1.3",
"stack-trace": "^1.0.0-pre2"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.6.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"qs": "^6.14.0",
"rollup": "^4.30.1",
"supertest": "^6.3.4"
}
}