You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A utility for assisting in the development of Legacy Script Engine plugins, supporting a native development experience on the Node.js platform.
4
+
5
+
> Only TypeScript projects are supported at the moment.
6
+
7
+
## 📦 Prepare
8
+
9
+
It is a non-intrusive tool, meaning it does not require any mandatory files to be kept in your project. However, it is recommended to add it as a development dependency to your environment for convenient usage:
Copy file name to clipboardExpand all lines: package.json
+15-4Lines changed: 15 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,28 @@
1
1
{
2
2
"name": "legacy-script-engine-scaffold",
3
-
"version": "0.0.0",
4
-
"description": "A utility for assisting in the development of Legacy Script Engine plugins, supporting a native development experience on the Node.js platform.",
3
+
"version": "0.1.0",
4
+
"description": "A utility for assisting in the development of Legacy Script Engine plugins.",
0 commit comments