forked from FoalTS/foal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 782 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
{
"name": "foal-srcs",
"description": "Elegant and complete Node.Js web framework based on TypeScript.",
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "tslint -c tslint.json --project tsconfig.json",
"lint:fix": "tslint -c tslint.json --project tsconfig.json --fix",
"start-docker": "docker stack deploy -c docker-compose.yml dev",
"stop-docker": "docker stack rm dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FoalTS/foal.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/FoalTS/foal/issues"
},
"homepage": "https://github.com/FoalTS/foal#readme",
"devDependencies": {
"@types/mocha": "7.0.2",
"mocha": "~8.3.0",
"tslint": "^6.1.3",
"typescript": "~4.0.2"
}
}