-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 886 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 886 Bytes
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
{
"name": "jentic-openapi-tools",
"version": "0.1.0",
"description": "Workspace root for Jentic OpenAPI Tools",
"private": true,
"scripts": {
"postinstall": "npm pack packages/jentic-openapi-validator-speclynx/src/jentic/apitools/openapi/validator/backends/speclynx/resources --pack-destination packages/jentic-openapi-validator-speclynx/src/jentic/apitools/openapi/validator/backends/speclynx/resources"
},
"workspaces": [
"packages/jentic-openapi-validator-spectral",
"packages/jentic-openapi-validator-redocly",
"packages/jentic-openapi-validator-speclynx",
"packages/jentic-openapi-transformer-redocly"
],
"engines": {
"node": ">=24.8.0",
"npm": ">=11.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jentic/jentic-openapi-tools.git"
},
"author": "Jentic <hello@jentic.com>",
"license": "Apache-2.0"
}