]> git.r.bdr.sh - rbdr/grafn/blob - package.json
Ignore tap-snapshots from quality checks
[rbdr/grafn] / package.json
1 {
2 "name": "grafn",
3 "version": "1.0.2",
4 "description": "Graph + Fn: Execute functions as a graph",
5 "main": "lib/grafn",
6 "scripts": {
7 "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md",
8 "lint": "eslint .",
9 "test": "tap",
10 "coverage": "nyc report --reporter=text-lcov > lcov.info"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+ssh://git@gitlab.com/rbdr/grafn.git"
15 },
16 "bugs": {
17 "url": "https://gitlab.com/rbdr/grafn/issues"
18 },
19 "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>",
20 "license": "Apache-2.0",
21 "devDependencies": {
22 "@hapi/eslint-config-hapi": "^13.0.2",
23 "@hapi/eslint-plugin-hapi": "^4.3.6",
24 "eslint": "^7.9.0",
25 "jsdoc-to-markdown": "^6.0.1",
26 "tap": "^14.10.8"
27 },
28 "keywords": [
29 "graph",
30 "async",
31 "flow"
32 ],
33 "files": [
34 "lib/"
35 ]
36 }