-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 928 Bytes
/
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
{
"name": "@denali-js/typescript",
"version": "0.1.1",
"scripts": {
"build": "denali build",
"prepublishOnly": "npm run build",
"test": "denali test"
},
"keywords": [
"denali",
"denali-addon",
"addon"
],
"files": [
"dist",
"denali-build.js"
],
"main": "dist/lib/index.js",
"typings": "dist/lib/index.d.ts",
"license": "Apache-2.0",
"repository": "denali-js/typescript",
"dependencies": {
"@types/debug": "^0.0.30",
"@types/glob": "^5.0.32",
"bluebird": "^3.4.6",
"broccoli-typescript-compiler": "2.2.0",
"chalk": "^2.1.0",
"debug": "^3.0.1",
"@denali-js/core": "^0.1.1",
"@denali-js/cli": "^0.1.1",
"glob": "^7.1.2",
"lodash": "^4.16.4",
"resolve": "^1.4.0",
"returnof": "^1.1.1"
},
"devDependencies": {
"ava": "^0.25.0",
"standard-version": "^4.2.0"
},
"ava": {
"plugins": [],
"presets": []
}
}