generated from actions/container-toolkit-action
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
56 lines (56 loc) · 1.66 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
53
54
55
56
{
"name": "frictionless-repository",
"version": "2.2.2",
"description": "Data management service that brings continuous data validation to tabular data in your repository via Github Action",
"main": "lib/index.js",
"engines": {
"node": "^16.0.0"
},
"scripts": {
"coverage": "sensible-browser coverage/index.html",
"format": "prettier --write '{lib,test}/**/*.js*' && eslint --fix '{lib,test}/**/*.js*'",
"lint": "prettier --check '{lib,test}/**/*.js*' && eslint '{lib,test}/**/*.js*'",
"pretest": "npm run lint",
"test": "jest --coverage",
"update": "ncu -u"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frictionlessdata/repository.git"
},
"keywords": [
"frictionless"
],
"author": "Evgeny Karev",
"license": "MIT",
"bugs": {
"url": "https://github.com/frictionlessdata/repository/issues"
},
"homepage": "https://github.com/frictionlessdata/repository#readme",
"dependencies": {
"@actions/artifact": "^0.5.1",
"@actions/core": "^1.2.7",
"@actions/exec": "^1.0.4",
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.0",
"@actions/tool-cache": "^1.6.1",
"@types/js-yaml": "^4.0.1",
"fs-extra": "^10.0.0",
"globby": "^11.0.3",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^4.1.0",
"jest": "^26.6.3",
"jszip": "^3.6.0",
"node-fetch": "^2.6.1",
"npm-check-updates": "^11.5.13",
"prettier": "^2.3.0",
"tmp-promise": "^3.0.2"
}
}