-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "@omrilotan/routes",
"version": "0.0.0",
"description": "Out-of-the-box expressjs routes",
"author": "omrilotan",
"homepage": "https://omrilotan.com/routes",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/omrilotan/routes.git"
},
"workspaces": [
"./packages/*"
],
"scripts": {
"init": "npm i -ws",
"start": "node --experimental-modules --es-module-specifier-resolution=node app",
"inspect": "node --experimental-modules --es-module-specifier-resolution=node --inspect app",
"test": "mocha '**/spec.js' --require .mocha.js --recursive --exclude 'node_modules'",
"lint": "eslint '**/*.js' -c .eslintrc"
},
"devDependencies": {
"@lets/wait": "^2.0.2",
"@omrilotan/eslint-config": "^1.4.0",
"abuser": "^2.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"deep-equal-in-any-order": "^1.0.13",
"eslint": "^8.17.0",
"eslint-plugin-log": "^1.2.0",
"express": "^4.17.1",
"mocha": "^10.0.0",
"module-scope": "^1.0.0",
"sinon": "^14.0.0",
"sinon-chai": "^3.3.0"
},
"private": true
}