同步KDL工程源码到云仓库
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "kdl-work",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "vitest run --config kdl-wasm/web/vitest.config.ts",
|
||||
"typecheck": "tsc -p kdl-wasm/web/tsconfig.json --noEmit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.15.30",
|
||||
"typescript": "^5.8.3",
|
||||
"vitest": "^3.2.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"fast-xml-parser": "^5.9.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user