-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
{
"name": "@gatewayapps/cradle-template-emitter",
"version": "0.5.3",
"description": "Cradle emitter for reading Handlebars based template files",
"main": "./dist/index.js",
"scripts": {
"prepublishOnly": "npx tsc",
"build": "npx tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gatewayapps/cradle-template-emitter.git"
},
"author": "John Murphy <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/gatewayapps/cradle-template-emitter/issues"
},
"homepage": "https://github.com/gatewayapps/cradle-template-emitter#readme",
"peerDependencies": {
"@gatewayapps/cradle": ">=0.4.0"
},
"devDependencies": {
"@gatewayapps/cradle": "^0.4.2",
"@types/fs-extra": "^5.0.4",
"@types/handlebars": "^4.0.40",
"@types/node": "^10.9.4",
"prettier": "^1.14.3",
"prettier-tslint": "^0.4.0",
"tslint": "^5.11.0",
"typescript": "^3.0.3"
},
"dependencies": {
"fs-extra": "^7.0.0",
"handlebars": "^4.0.12"
}
}