Read writer memory optimize
This commit is contained in:
16
package.json
16
package.json
@@ -13,8 +13,10 @@
|
||||
"tsconfig.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"typescript": "^5.7.0",
|
||||
"@types/node": "^22.0.0"
|
||||
"@types/fs-ext": "^2.0.3",
|
||||
"@types/node": "^22.0.0",
|
||||
"fs-ext": "^2.1.1",
|
||||
"typescript": "^5.7.0"
|
||||
},
|
||||
"scripts": {
|
||||
"prepare": "tsc -p tsconfig.json",
|
||||
@@ -23,6 +25,12 @@
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"os": ["linux", "darwin"],
|
||||
"cpu": ["x64", "arm64"]
|
||||
"os": [
|
||||
"linux",
|
||||
"darwin"
|
||||
],
|
||||
"cpu": [
|
||||
"x64",
|
||||
"arm64"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user