-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.02 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.02 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
{
"name": "2018-ts-module",
"version": "1.0.0",
"description": "TGRStack TS-Module w/ Declarations, WebPack, and Opinions.",
"main": "dist/index.js",
"typings": "./dist/index",
"dependencies": {},
"devDependencies": {
"commitizen": "2.10.1",
"cz-emoji": "1.1.1",
"nps": "5.9.0",
"nps-utils": "1.5.0",
"standard-version": "4.4.0",
"ts-node": "6.0.5",
"typescript": "2.9.1"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"config": {
"cz-emoji": {
"scopes": [
"$user",
"$dev",
"$ops"
]
},
"commitizen": {
"path": "./node_modules/cz-emoji"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Falieson/2018-typescript-module.git"
},
"keywords": [],
"author": "Florian Mettetal <florian.mettetal@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Falieson/2018-typescript-module/issues"
},
"homepage": "https://github.com/Falieson/2018-typescript-module#readme"
}