-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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
{
"name": "@travetto/starter",
"version": "0.2.3",
"private": true,
"description": "Reference application for the travetto framework",
"homepage": "https://travetto.io",
"main": "./node_modules/.bin/travetto",
"scripts": {
"test": "npx travetto-test",
"test:all": "npm run test test/.*.ts",
"start": "npx travetto sample"
},
"keywords": [
"travetto",
"sample-project",
"express",
"web-app",
"authentication",
"typescript"
],
"license": "MIT",
"dependencies": {
"@travetto/asset": "^0.2.6",
"@travetto/asset-mongo": "^0.2.6",
"@travetto/asset-rest": "^0.2.6",
"@travetto/auth": "^0.2.6",
"@travetto/auth-model": "^0.2.6",
"@travetto/auth-passport": "^0.2.14",
"@travetto/auth-rest": "^0.2.6",
"@travetto/context": "^0.2.6",
"@travetto/email": "^0.2.6",
"@travetto/email-template": "^0.2.12",
"@travetto/log": "^0.2.4",
"@travetto/model": "^0.2.6",
"@travetto/model-mongo": "^0.2.6",
"@travetto/rest": "^0.2.6",
"@travetto/rest-express": "^0.2.6",
"@travetto/swagger": "^0.2.8"
},
"devDependencies": {
"@travetto/test": "^0.2.11"
}
}