第六版

This commit is contained in:
YuWuKunCheng
2026-05-26 23:23:12 +08:00
parent a67540fc95
commit b34bf88ae9
631 changed files with 45031 additions and 77 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"private": true,
"dependencies": {
"tslib": "2.3.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "~9.0.0",
"rollup": "~2.28.2",
"rollup-plugin-terser": "~7.0.2",
"typescript": "4.9.5"
},
"scripts": {
"compile": "tsc",
"bundle-js": "rollup -c rollup.config.js",
"build": "npm run compile && npm run bundle-js"
},
"type": "module",
"main": "./lib/udf-compatible-datafeed.js",
"types": "./types.d.ts"
}