-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
52 lines (52 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "libkit",
"version": "0.7.0-beta.5",
"description": "Ember CLI blueprint for initializing a new TypeScript library.",
"main": "exports.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tildeio/libkit.git"
},
"keywords": [
"ember-blueprint",
"ember-addon"
],
"contributors": [
"Godfrey Chan <[email protected]>",
"Yehuda Katz <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tildeio/libkit/issues"
},
"homepage": "https://github.com/tildeio/libkit#readme",
"dependencies": {
"broccoli-caching-writer": "^3.0.3",
"broccoli-debug": "^0.6.5",
"broccoli-funnel": "^2.0.2",
"broccoli-merge-trees": "^3.0.2",
"broccoli-tee": "^1.0.2",
"broccoli-typescript-compiler": "^4.1.0",
"ember-cli": "^3.8.2",
"find-yarn-workspace-root": "^1.2.1",
"get-monorepo-packages": "^1.1.0",
"glob": "^7.1.3",
"source-map-loader": "^0.2.4",
"webpack": "^4.29.6"
},
"devDependencies": {
"@types/webpack": "^4.4.27"
},
"peerDependencies": {
"qunit": "^2.9.2"
},
"resolutions": {
"typescript": "^3.0.0"
},
"ember-addon": {
"main": "ember-addon-main.js"
}
}