-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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": "larvitfiles",
"version": "7.0.107",
"description": "Storage of files with an API and database to use in web environments",
"main": "index.js",
"scripts": {
"lint": "eslint *.js test/*.js",
"test:unit": "mocha --exit --bail -r ts-node/register 'test/**/*.js'",
"test:cov": "nyc --reporter=lcov --reporter=text-summary mocha --exit --bail 'test/**/*.js'",
"test": "npm run lint && npm run test:cov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/larvit/larvitfiles.git"
},
"keywords": [
"files"
],
"author": "lillem4n <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/larvit/larvitfiles/issues"
},
"homepage": "https://github.com/larvit/larvitfiles#readme",
"dependencies": {
"async": "3.2.6",
"larvitdb": "3.2.115",
"larvitdbmigration": "7.0.153",
"larvitutils": "5.1.133",
"mkdirp": "2.1.6",
"uuid": "11.1.0"
},
"devDependencies": {
"eslint": "8.57.1",
"mocha": "11.1.0",
"nyc": "17.1.0"
}
}