-
Notifications
You must be signed in to change notification settings - Fork 1
/
taon.jsonc
45 lines (39 loc) · 1.15 KB
/
taon.jsonc
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
44
45
{
"resources": ["README.md", "screen.png"],
"overrided": {
"ignoreDepsPattern": [],
"includeAsDev": [],
"includeOnly": ["tnp-helpers", "chalk", "tslint", "typescript-formatter"],
"dependencies": {},
"linkedFolders": [],
"npmFixes": []
},
"smartContainerBuildTarget": "",
"linkedRepos": [],
"libReleaseOptions": {
"nodts": false,
"obscure": false,
"ugly": false,
"includeNodeModules": false,
"cliBuildNoDts": false,
"cliBuildObscure": false,
"cliBuildIncludeNodeModules": false,
"cliBuildUglify": false
},
"smartContainerTarget": "",
"type": "isomorphic-lib",
"version": "v18",
"isCommandLineToolOnly": false,
"license": "MIT",
"private": false,
"scripts": {
"test": "mocha --require ts-node/register src/**/*.spec.ts",
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
},
"description": "Generate Angualr 2 Service from swagger json",
"author": "Dariusz Filipiak",
"homepage": "https://github.com/darekf77/ng2-rest-swagger-generator#readme",
"main": "karma.conf.js",
"keywords": ["ng2-rest", "docs", "documentation"],
"workerPlugins": {}
}