-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.93 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.93 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "skeleton-typescript-module",
"version": "1.0.0",
"description": "TS-Module w/ Declarations, WebPack, and Opinions. | TGRstack",
"main": "dist/index.js",
"typings": "./dist/index",
"dependencies": {},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/preset-env": "7.3.1",
"@tgrx/tslint-config-tgr": "5.0.0",
"@trust/webcrypto": "0.9.2",
"@types/enzyme": "3.1.16",
"@types/jest": "24.0.0",
"autostrip-json-comments": "0.0.4",
"babel-loader": "8.0.4",
"chokidar": "2.0.4",
"chokidar-cli": "1.2.1",
"commitizen": "3.0.5",
"copy-webpack-plugin": "4.6.0",
"cz-emoji": "1.1.2",
"dotenv-webpack": "1.7.0",
"enzyme": "3.8.0",
"file-loader": "3.0.1",
"jest": "24.1.0",
"nps": "5.9.3",
"nps-utils": "1.7.0",
"sass-loader": "7.1.0",
"standard-version": "4.4.0",
"style-loader": "0.23.0",
"terser-webpack-plugin": "1.2.2",
"ts-jest": "23.10.5",
"ts-loader": "5.3.3",
"ts-loader-decleration": "0.10.4",
"ts-node": "8.0.2",
"tsconfig-paths": "3.7.0",
"tsconfig-paths-jest": "0.0.1",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "5.12.1",
"typescript": "3.3.1",
"webpack": "4.29.1",
"webpack-cli": "3.2.3",
"webpack-merge": "4.2.1",
"webpack-node-externals": "1.7.2"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"config": {
"cz-emoji": {
"scopes": [
"$build",
"$docs",
"$src"
]
},
"commitizen": {
"path": "./node_modules/cz-emoji"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/TGRstack/typescript-module.git"
},
"keywords": [],
"author": "Florian Mettetal <florian.mettetal@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TGRstack/typescript-module/issues"
},
"homepage": "https://github.com/TGRstack/typescript-module#readme"
}