-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1011 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1011 Bytes
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
{
"name": "larvitbase",
"version": "4.0.134",
"description": "http application base framework",
"main": "index.js",
"scripts": {
"lint": "eslint *.js test/*.js",
"test:unit": "tape 'test/*.js'",
"test:cov": "nyc tape 'test/*.js'",
"test": "npm run lint && npm run test:cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitbase.git"
},
"keywords": [
"framework",
"http",
"micro"
],
"author": {
"name": "Mikael 'Lilleman' Göransson",
"email": "lilleman@larvit.se",
"url": "http://github.com/larvit/larvitbase"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitbase/issues"
},
"homepage": "https://github.com/larvit/larvitbase#readme",
"devDependencies": {
"async": "3.2.6",
"eslint": "8.57.1",
"freeport": "1.0.5",
"nyc": "18.0.0",
"request": "2.88.2",
"tape": "5.9.0"
},
"dependencies": {
"larvitutils": "5.1.173",
"uuid": "11.1.0"
}
}