-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1002 Bytes
/
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
{
"name": "projecttest",
"version": "1.0.0",
"description": "Project to test the hability of the coop to solve basic problems",
"main": "index.js",
"scripts": {
"dev": "nodemon src/index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/developmentOneZero/fileteste.git"
},
"keywords": [
"test",
"coop",
"file",
"changes"
],
"author": "jose.raupp@devoz.com.br <Jose Raupp>",
"license": "ISC",
"homepage": "https://bitbucket.org/developmentOneZero/fileteste#readme",
"dependencies": {
"@koa/cors": "^4.0.0",
"dotenv": "^16.0.3",
"koa": "^2.14.2",
"koa-body": "^6.0.1",
"koa-bodyparser": "^4.4.0",
"koa-ctx-paginate": "^0.0.6",
"koa-router": "^9.4.0",
"koa2-swagger-ui": "^5.7.0",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-json-schema": "^1.5.1",
"mocha": "^10.2.0",
"nodemon": "^2.0.22"
}
}