-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
39 lines (39 loc) · 947 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
{
"name": "broccoli-file-manifest",
"version": "2.0.2",
"description": "Broccoli plugin that takes creates an import mainfest file of differnt files.",
"main": "src/index.js",
"repository": "github:webark/broccoli-style-manifest",
"author": "Mark David Avery",
"license": "MIT",
"private": false,
"keywords": [
"broccoli",
"broccoli-plugin",
"broccoli-helper",
"manifest"
],
"scripts": {
"lint": "eslint .",
"test": "mocha tests/",
"release": "standard-version"
},
"dependencies": {
"broccoli-tree-walker": "^1.0.0"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"broccoli-test-helper": "^2.0.0",
"chai": "^4.2.0",
"common-tags": "^1.8.0",
"eslint": "^7.5.0",
"husky": "^4.2.5",
"mocha": "^8.0.1",
"sinon": "^9.0.2",
"standard-version": "^8.0.2"
},
"engines": {
"node": ">= 10.*"
}
}