forked from cspotcode/cloudformation-declarations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.64 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.64 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
{
"name": "@tumba-solutions/cloudformation-declarations",
"version": "0.0.0-semantic-release",
"description": "TypeScript declarations and helpers for writing CloudFormation templates in TS or JS.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ts-node ./src/generator/index.ts && tsc",
"compile": "tsc",
"generate": "ts-node ./src/generator/index.ts"
},
"keywords": [
"AWS",
"CloudFormation",
"TypeScript",
"Intellisense",
"code completion"
],
"author": "Andrew Bradley <cspotcode@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/cspotcode/cloudformation-declarations",
"bugs": {
"url": "https://github.com/cspotcode/cloudformation-declarations/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/TumbaSolutions/cloudformation-declarations.git"
},
"dependencies": {
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/bluebird": "^3.5.26",
"@types/glob": "^7.1.1",
"@types/jquery": "^3.3.29",
"@types/jsdom": "^12.2.3",
"@types/lodash": "^4.14.123",
"@types/mkdirp": "^0.5.2",
"@types/node": "^8.10.46",
"@types/request-promise": "^4.1.42",
"bluebird": "^3.5.4",
"glob": "^7.1.3",
"jquery": "^3.4.0",
"jsdom": "^12.2.0",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"outdent": "^0.7.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"ts-node": "^8.1.0",
"typedoc": "^0.14.2",
"typescript": "^3.4.4"
},
"files": [
"docs",
"index.d.ts",
"index.js",
"out",
"specifications",
"src",
"README.md",
"tsconfig.json"
]
}