-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
151 lines (150 loc) · 6.66 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
145
146
147
148
149
150
151
{
"name": "@cocos/scripting",
"version": "1.0.5",
"description": "The next generation of build tool for Cocos engine.",
"scripts": {
"build": "turbo build",
"change": "node ./scripts/remove-workspaces.js && changeset add && node ./scripts/restore-workspaces.js",
"version": "node ./scripts/remove-workspaces.js && changeset version && node ./scripts/restore-workspaces.js",
"version-alpha": "node ./scripts/remove-workspaces.js && changeset pre enter alpha && changeset version && changeset pre exit && node ./scripts/restore-workspaces.js",
"version-snapshot": "node ./scripts/remove-workspaces.js && changeset version --snapshot test && node ./scripts/restore-workspaces.js",
"deploy": "turbo build && node ./scripts/deploy.js",
"api": "npm run build && node ./scripts/update-api.js",
"doc": "typedoc",
"clean": "node ./scripts/clear.js",
"test": "npm run build && node ./scripts/setup-test.js && jest",
"gen-module-graph": "node ./scripts/gen-module-graph.js"
},
"repository": {
"type": "git",
"url": "https://github.com/cocos/cocos-scripting"
},
"keywords": [
"cocos",
"engine",
"build",
"compile"
],
"files": [
"./static/**/*",
"CHANGELOG.md",
"README.md"
],
"workspaces": [
"./modules/*"
],
"author": "cocos",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@jest/types": "29.6.3",
"@types/eslint": "8.21.1",
"@types/estree": "1.0.5",
"@types/jest": "29.5.4",
"chalk": "2.4.2",
"eslint": "8.34.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "29.6.4",
"ts-jest": "29.1.1",
"turbo": "^1.10.12",
"typescript": "4.9.5"
},
"dependencies": {
"@babel/code-frame": "7.18.6",
"@babel/compat-data": "7.19.4",
"@babel/core": "7.19.6",
"@babel/generator": "7.19.6",
"@babel/helper-compilation-targets": "7.19.3",
"@babel/helper-environment-visitor": "7.18.9",
"@babel/helper-function-name": "7.19.0",
"@babel/helper-hoist-variables": "7.18.6",
"@babel/helper-module-imports": "7.18.6",
"@babel/helper-module-transforms": "7.19.6",
"@babel/helper-plugin-test-runner": "7.16.0",
"@babel/helper-plugin-utils": "7.19.0",
"@babel/helper-simple-access": "7.19.4",
"@babel/helper-skip-transparent-expression-wrappers": "7.18.9",
"@babel/helper-split-export-declaration": "7.18.6",
"@babel/helper-string-parser": "7.19.4",
"@babel/helper-transform-fixture-test-runner": "7.19.4",
"@babel/helper-validator-identifier": "7.19.1",
"@babel/helper-validator-option": "7.18.6",
"@babel/helpers": "7.19.4",
"@babel/highlight": "7.18.6",
"@babel/parser": "7.19.6",
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "7.16.2",
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "7.16.0",
"@babel/plugin-proposal-async-generator-functions": "7.16.4",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-class-static-block": "7.16.0",
"@babel/plugin-proposal-dynamic-import": "7.16.0",
"@babel/plugin-proposal-export-namespace-from": "7.16.0",
"@babel/plugin-proposal-json-strings": "7.16.0",
"@babel/plugin-proposal-logical-assignment-operators": "7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.16.0",
"@babel/plugin-proposal-object-rest-spread": "7.16.0",
"@babel/plugin-proposal-optional-catch-binding": "7.16.0",
"@babel/plugin-proposal-optional-chaining": "7.18.9",
"@babel/plugin-proposal-private-methods": "7.16.0",
"@babel/plugin-proposal-private-property-in-object": "7.16.0",
"@babel/plugin-proposal-unicode-property-regex": "7.16.0",
"@babel/plugin-syntax-async-generators": "7.8.4",
"@babel/plugin-syntax-class-properties": "7.12.13",
"@babel/plugin-syntax-class-static-block": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-export-namespace-from": "7.8.3",
"@babel/plugin-syntax-flow": "7.18.6",
"@babel/plugin-syntax-json-strings": "7.8.3",
"@babel/plugin-syntax-jsx": "7.7.4",
"@babel/plugin-syntax-logical-assignment-operators": "7.10.4",
"@babel/plugin-syntax-nullish-coalescing-operator": "7.8.3",
"@babel/plugin-syntax-numeric-separator": "7.10.4",
"@babel/plugin-syntax-object-rest-spread": "7.8.3",
"@babel/plugin-syntax-optional-catch-binding": "7.8.3",
"@babel/plugin-syntax-optional-chaining": "7.8.3",
"@babel/plugin-syntax-private-property-in-object": "7.14.5",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@babel/plugin-transform-arrow-functions": "7.16.0",
"@babel/plugin-transform-async-to-generator": "7.16.0",
"@babel/plugin-transform-block-scoped-functions": "7.16.0",
"@babel/plugin-transform-block-scoping": "7.16.0",
"@babel/plugin-transform-classes": "7.16.0",
"@babel/plugin-transform-computed-properties": "7.16.0",
"@babel/plugin-transform-destructuring": "7.16.0",
"@babel/plugin-transform-dotall-regex": "7.16.0",
"@babel/plugin-transform-duplicate-keys": "7.16.0",
"@babel/plugin-transform-exponentiation-operator": "7.16.0",
"@babel/plugin-transform-flow-strip-types": "7.19.0",
"@babel/plugin-transform-for-of": "7.18.8",
"@babel/plugin-transform-function-name": "7.16.0",
"@babel/plugin-transform-literals": "7.16.0",
"@babel/plugin-transform-member-expression-literals": "7.16.0",
"@babel/plugin-transform-modules-amd": "7.16.0",
"@babel/plugin-transform-modules-commonjs": "7.19.6",
"@babel/plugin-transform-modules-systemjs": "7.16.0",
"@babel/plugin-transform-modules-umd": "7.16.0",
"@babel/plugin-transform-named-capturing-groups-regex": "7.16.0",
"@babel/plugin-transform-new-target": "7.16.0",
"@babel/plugin-transform-object-super": "7.16.0",
"@babel/plugin-transform-parameters": "7.16.3",
"@babel/plugin-transform-property-literals": "7.16.0",
"@babel/plugin-transform-regenerator": "7.16.0",
"@babel/plugin-transform-reserved-words": "7.16.0",
"@babel/plugin-transform-shorthand-properties": "7.16.0",
"@babel/plugin-transform-spread": "7.16.0",
"@babel/plugin-transform-sticky-regex": "7.16.0",
"@babel/plugin-transform-template-literals": "7.16.0",
"@babel/plugin-transform-typeof-symbol": "7.16.0",
"@babel/plugin-transform-unicode-escapes": "7.16.0",
"@babel/plugin-transform-unicode-regex": "7.16.0",
"@babel/preset-env": "7.16.4",
"@babel/template": "7.18.10",
"@babel/traverse": "7.19.6",
"@babel/types": "7.19.4",
"commander": "~11.0.0",
"glob": "8.1.0",
"minimatch": "3.1.2"
}
}