This repository has been archived by the owner on Feb 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.83 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@absolunet/tester",
"version": "4.2.0",
"description": "Test suite for Node.js projects",
"definition": "",
"homepage": "https://documentation.absolunet.com/node-tester",
"author": {
"name": "Absolunet",
"url": "https://absolunet.com"
},
"keywords": [
"eclint",
"editorconfig",
"eslint",
"jest",
"json",
"keepachangelog",
"lint",
"linter",
"stylelint",
"yaml"
],
"license": "MIT",
"repository": {
"url": "git://github.com/absolunet/node-tester.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/absolunet/node-tester/issues"
},
"engines": {
"node": ">= 10"
},
"main": "dist/node",
"scripts": {
"manager:install": "node manager --task=install",
"manager:outdated": "node manager --task=outdated",
"manager:build": "node manager --task=build",
"manager:watch": "node manager --task=watch",
"manager:documentation": "node manager --task=documentation",
"manager:prepare": "node manager --task=prepare",
"manager:rebuild": "node manager --task=rebuild",
"manager:publish": "node manager --task=publish",
"manager:publish:unsafe": "node manager --task=publish:unsafe",
"test": "node test --scope=all",
"test:standards": "node test --scope=standards",
"test:unit": "node test --scope=unit",
"test:feature": "node test --scope=feature",
"test:integration": "node test --scope=integration",
"test:endtoend": "node test --scope=endtoend"
},
"devDependencies": {
"@absolunet/manager": "2.1.0",
"@absolunet/tester": "4.2.0",
"lts-schedule": "2.2.0"
},
"dependencies": {
"@absolunet/eslint-config-browser": "2.2.0",
"@absolunet/eslint-config-core": "2.2.0",
"@absolunet/eslint-config-jsdoc": "2.2.0",
"@absolunet/eslint-config-json": "2.2.0",
"@absolunet/eslint-config-node": "2.2.0",
"@absolunet/eslint-config-node-package": "2.2.0",
"@absolunet/eslint-config-nwayo": "2.2.0",
"@absolunet/eslint-config-package": "2.2.0",
"@absolunet/eslint-config-react": "2.2.0",
"@absolunet/eslint-config-test": "2.2.0",
"@absolunet/fss": "^1.7.0",
"@absolunet/joi": "^0.3.0",
"@absolunet/terminal": "^3.1.0",
"@babel/core": "^7.13.1",
"@babel/preset-env": "^7.13.5",
"babel-jest": "^26.6.3",
"chalk": "^4.1.0",
"create-jest-runner": "^0.7.0",
"deepmerge": "^4.2.2",
"eclint": "^2.8.1",
"esprima": "^4.0.1",
"gulp-reporter": "^2.10.0",
"jest": "^26.6.3",
"jest-expect-message": "^1.0.2",
"jest-extended": "^0.11.5",
"marked": "^2.0.0",
"minimist": "^1.2.5",
"object.fromentries": "^2.0.4",
"pkg-dir": "^5.0.0",
"read-package-json": "^3.0.1",
"semver": "^7.3.4",
"spdx-license-ids": "^3.0.7",
"string.prototype.matchall": "^4.0.4",
"vinyl-fs": "^3.0.3",
"yaml-lint": "^1.2.4"
}
}