-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
144 lines (144 loc) · 4.96 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"private": true,
"repository": "https://github.com/comunica/comunica-feature-reasoning/",
"workspaces": [
"engines/*",
"packages/*"
],
"engines": {
"node": ">=8.0"
},
"devDependencies": {
"@babel/preset-env": "^7.19.0",
"@comunica/actor-abstract-parse": "^2.4.0",
"@comunica/bus-http-invalidate": "^2.4.0",
"@comunica/config-query-sparql": "^2.2.0",
"@comunica/logger-void": "^2.4.0",
"@comunica/packager": "^2.4.0",
"@pollyjs/adapter-node-http": "^6.0.5",
"@pollyjs/core": "^6.0.5",
"@pollyjs/persister-fs": "^6.0.5",
"@rdfjs/types": "^1.1.0",
"@strictsoftware/typedoc-plugin-monorepo": "^0.4.2",
"@types/arrayify-stream": "^1.0.1",
"@types/jest": "^29.0.0",
"@types/n3": "^1.10.4",
"@types/node": "^20.0.0",
"@types/setup-polly-jest": "^0.5.1",
"@types/streamify-array": "^1.0.0",
"@types/streamify-string": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"arrayify-stream": "^2.0.0",
"asynciterator": "^3.7.0",
"babel-loader": "^9.0.0",
"colors": "^1.4.0",
"componentsjs-generator": "^3.1.0",
"cross-fetch": "^4.0.0",
"deep-taxonomy-benchmark": "^1.1.1",
"depcheck": "^1.4.3",
"eslint": "^8.23.1",
"eslint-config-es": "4.2.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-extended": "^0.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.9.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tsdoc": "^0.2.16",
"eslint-plugin-unicorn": "^37.0.1",
"eslint-plugin-unused-imports": "^2.0.0",
"event-emitter-promisify": "^1.1.0",
"follow-redirects": "^1.15.2",
"immutable": "^4.1.0",
"jest": "^29.0.0",
"jest-rdf": "^1.7.0",
"lerna": "^5.5.1",
"lerna-script": "^1.4.0",
"lodash.assign": "^4.2.0",
"manual-git-changelog": "^1.0.1",
"n3": "^1.16.2",
"npm-check-updates": "^16.0.0",
"pre-commit": "^1.2.2",
"rdf-data-factory": "^1.1.1",
"rdf-quad": "^1.5.0",
"rdf-terms": "^1.9.0",
"setup-polly-jest": "^0.11.0",
"sparqlalgebrajs": "^4.0.3",
"stream-to-string": "^1.2.0",
"streamify-array": "^1.0.1",
"streamify-string": "^1.0.1",
"ts-jest": "^29.0.0",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.4.0",
"typedoc": "0.21.0",
"typescript": "^4.8.3"
},
"pre-commit": [
"depcheck",
"build",
"lint",
"test"
],
"jest": {
"transform": {
"^.+\\.ts$": "ts-jest"
},
"testRegex": "/test/.*-test.ts$",
"moduleFileExtensions": [
"ts",
"js"
],
"setupFilesAfterEnv": [
"./setup-jest.js"
],
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"/node_modules/",
"/mocks/",
"lib/index.js",
"packages/reasoning-mocks/"
],
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"scripts": {
"test-changed": "lerna run test --since HEAD",
"build-changed": "lerna run build --since HEAD",
"test": "jest",
"test-ci": "jest --ci --maxWorkers=4 --coverage",
"lint": "eslint . --ext .ts --cache",
"clean": "rm -rf ./node_modules && rm -rf ./packages/*/node_modules",
"build": "yarn run build:ts && yarn run build:components",
"build:ts": "tsc",
"build:components": "lerna exec -- npm run build:components --if-present",
"build-watch": "nodemon -e ts --ignore '*.d.ts' --exec yarn run build",
"build-watch:ts": "tsc --watch",
"build-watch:components": "nodemon -e d.ts --exec yarn run build:components",
"publish": "yarn run build",
"publish-release": "lerna publish",
"publish-bare": "lerna exec -- npm publish --silent",
"publish-canary": "yarn run build && lerna version prerelease --preid alpha.$(.github/get-next-alpha-version.sh) --exact --ignore-scripts --force-publish --no-push --no-git-tag-version --yes && git update-index --assume-unchanged $(git ls-files | tr '\\n' ' ') && lerna publish from-package --no-git-reset --pre-dist-tag next --force-publish --no-push --no-git-tag-version --yes && git update-index --no-assume-unchanged $(git ls-files | tr '\\n' ' ') && git checkout .",
"doc": "typedoc",
"postinstall": "yarn run build && lerna run prepare",
"version": "manual-git-changelog onversion",
"depcheck": "lerna-script depcheckTask",
"depcheck:fix": "lerna-script depfixTask",
"ncu:all": "lerna-script updateTask",
"ncu:major:all": "lerna-script updateTaskMajor",
"packager:reasoning": "comunica-package -c engines/query-sparql-reasoning/config/config-default.json",
"packager:file-reasoning": "comunica-package -c engines/query-sparql-file-reasoning/config/config-default.json"
},
"resolutions": {
"@rdfjs/types": "1.1.0"
}
}