-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
105 lines (105 loc) · 4.7 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
{
"name": "apidom-monorepo",
"version": "0.0.0-ignore",
"description": "ApiDOM Monorepo",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"private": true,
"type": "module",
"engines": {
"node": "=20.18.0",
"npm": ">=10.8.2"
},
"comments": {
"scripts": {
"prebuild": "We build WASM directly inside node_modules"
}
},
"scripts": {
"prebuild": "cd ./node_modules/tree-sitter && node-gyp rebuild && cd ../tree-sitter-json && tree-sitter generate --abi=13 ./grammar.js && tree-sitter build-wasm && node-gyp rebuild && cd ../tree-sitter-yaml && cross-env BABEL_ENV=cjs NODE_OPTIONS='-r core-js/stable @babel/register' tree-sitter generate --abi=13 ./grammar.js && tree-sitter build-wasm && node-gyp rebuild",
"build": "lerna run build",
"build:es": "lerna run build:es",
"build:cjs": "lerna run build:cjs",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"typescript:check-types": "lerna run typescript:check-types",
"typescript:declaration": "lerna run typescript:declaration",
"clean": "lerna run clean",
"test": "lerna run test",
"link": "npm link --workspaces",
"unlink": "npm unlink --global @swagger-api/apidom-ast @swagger-api/apidom-converter @swagger-api/apidom-core @swagger-api/apidom-error @swagger-api/apidom-json-path @swagger-api/apidom-json-pointer @swagger-api/apidom-json-pointer-relative @swagger-api/apidom-parser-adapter-json @swagger-api/apidom-ns-api-design-systems @swagger-api/apidom-ns-asyncapi-2 @swagger-api/apidom-ns-json-schema-draft-4 @swagger-api/apidom-ns-json-schema-draft-6 @swagger-api/apidom-ns-json-schema-draft-7 @swagger-api/apidom-ns-openapi-2 @swagger-api/apidom-ns-openapi-3-0 @swagger-api/apidom-ns-openapi-3-1 @swagger-api/apidom-parser-adapter-yaml-1-2 @swagger-api/apidom-parser-adapter-asyncapi-yaml-2 @swagger-api/apidom-parser-adapter-openapi-yaml-2 @swagger-api/apidom-parser-adapter-openapi-yaml-3-0 @swagger-api/apidom-parser-adapter-openapi-yaml-3-1 @swagger-api/apidom-parser @swagger-api/apidom-parser-adapter-api-design-systems-json @swagger-api/apidom-parser-adapter-api-design-systems-yaml @swagger-api/apidom-parser-adapter-asyncapi-json-2 @swagger-api/apidom-ls @swagger-api/apidom-reference @swagger-api/apidom-parser-adapter-openapi-json-2 @swagger-api/apidom-parser-adapter-openapi-json-3-0 @swagger-api/apidom-parser-adapter-openapi-json-3-1 @swagger-api/apidom-parser-adapter-workflows-json-1 @swagger-api/apidom-parser-adapter-workflows-yaml-1 @swagger-api/apidom-playground"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swagger-api/apidom.git"
},
"author": "Vladimir Gorej",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/swagger-api/apidom/issues"
},
"homepage": "https://github.com/swagger-api/apidom#readme",
"workspaces": [
"./packages/*"
],
"devDependencies": {
"@babel/cli": "=7.25.9",
"@babel/core": "=7.26.0",
"@babel/plugin-transform-runtime": "=7.25.9",
"@babel/preset-env": "=7.26.0",
"@babel/preset-typescript": "=7.26.0",
"@babel/register": "=7.25.9",
"@commitlint/cli": "=19.5.0",
"@commitlint/config-conventional": "=19.5.0",
"@types/benchmark": "^2.1.5",
"@types/chai": "^5.0.0",
"@types/dedent": "=0.7.2",
"@types/jsdom-global": "^3.0.7",
"@types/mocha": "=10.0.9",
"@types/node": "=22.8.7",
"@types/sinon": "=17.0.3",
"@typescript-eslint/eslint-plugin": "=7.17.0",
"@typescript-eslint/parser": "=7.18.0",
"babel-loader": "=9.2.1",
"babel-plugin-inline-json-import": "^0.3.2",
"benchmark": "=2.1.4",
"chai": "^5.1.1",
"copyfiles": "=2.4.1",
"core-js": "=3.39.0",
"cross-env": "=7.0.3",
"dedent": "=1.5.3",
"eslint": "=8.57.0",
"eslint-config-airbnb": "=19.0.4",
"eslint-config-airbnb-base": "=15.0.0",
"eslint-config-airbnb-typescript": "=18.0.0",
"eslint-config-prettier": "=9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "=2.31.0",
"eslint-plugin-mocha": "=10.5.0",
"eslint-plugin-prettier": "=5.2.1",
"file-loader": "=6.2.0",
"husky": "=9.1.6",
"jsdom": "=25.0.1",
"jsdom-global": "=3.0.2",
"lerna": "=8.1.9",
"lint-staged": "=15.2.10",
"microtime": "=3.1.1",
"@microsoft/api-extractor": "^7.47.11",
"mocha": "=10.8.2",
"mocha-chai-jest-snapshot": "^1.1.6",
"node-gyp": "=10.2.0",
"npm-run-all": "=4.1.5",
"prettier": "=3.3.3",
"rimraf": "=6.0.1",
"rollup": "=4.24.4",
"rollup-plugin-dts": "=6.1.1",
"sinon": "=19.0.2",
"terser-webpack-plugin": "=5.3.10",
"ts-node": "=10.9.2",
"typescript": "=5.5.4",
"webpack": "=5.96.1",
"webpack-cli": "=5.1.4"
}
}