-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaon.jsonc
More file actions
38 lines (31 loc) · 1.04 KB
/
Copy pathtaon.jsonc
File metadata and controls
38 lines (31 loc) · 1.04 KB
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
{
"type": "isomorphic-lib",
"version": "v21",
"dependenciesNamesForNpmLib": ["ng2-logger", "enum-values"],
"additionalNpmNames": ["taon-class-helpers"],
"appId": "com.domain.example.typescript-class-helpers",
"autoReleaseConfigAllowedItems": [{
"artifactName": "npm-lib-and-cli-tool",
"taskName": "npm"
}],
"resources": [],
"packageJsonOverride": {
"author": "Dariusz Filipiak",
"bugs": {
"url": "https://github.com/darekf77/typescript-class-helpers/issues"
},
"description": "Usefull helper to have in your typescript project",
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
"keywords": ["ng2-rest", "docs", "documentation"],
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/darekf77/typescript-class-helpers.git"
},
"scripts": {
"test": "mocha --require ts-node/register src/**/*.spec.ts",
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
}
}
}