forked from mainmatter/ember-asset-size-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 930 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
{
"name": "ember-asset-size-action",
"version": "0.0.0",
"private": true,
"description": "Show asset size changes on ",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=TEST GITHUB_REPOSITORY=simplabs/ember-asset-size-action mocha -r esm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mansona/ember-asset-size-action.git"
},
"keywords": [
"actions",
"node",
"setup"
],
"author": "Chris Manson",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"asset-size-reporter": "^0.1.0",
"esm": "^3.2.25",
"pretty-bytes": "^5.6.0",
"yn": "^4.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"cross-env": "^7.0.3",
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"mocha": "^8.0.0"
}
}