Add sites:init script

This commit is contained in:
freearhey 2025-01-12 21:37:20 +03:00
parent dd3844f6dd
commit e68a5b5f7f
3 changed files with 14 additions and 13 deletions

14
package-lock.json generated
View file

@ -11,7 +11,7 @@
"@alex_neo/jest-expect-message": "^1.0.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@freearhey/core": "^0.3.1",
"@freearhey/core": "^0.4.0",
"@freearhey/search-js": "^0.1.1",
"@ntlab/sfetch": "^1.0.0",
"@octokit/plugin-paginate-rest": "^11.3.6",
@ -1202,9 +1202,9 @@
}
},
"node_modules/@freearhey/core": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.3.1.tgz",
"integrity": "sha512-9n4p4DcRKWz4zU6XluDEGKxiFRwlr+Nhn6DJg5tCG6Cov/yvN/TfGACRGCmJKXkVvf4TSKxIE3hZSKEOMRZI2w==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.4.0.tgz",
"integrity": "sha512-7gATMRqJSCIsdpbaQ4HJKSkMhWe1dxzRhDZiQ/SgOhchrs/A1jRpDJiFSOQg7xyhYCd1j+m4YzRSVKfYJmT1GA==",
"dependencies": {
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.198",
@ -10027,9 +10027,9 @@
}
},
"@freearhey/core": {
"version": "0.3.1",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.3.1.tgz",
"integrity": "sha512-9n4p4DcRKWz4zU6XluDEGKxiFRwlr+Nhn6DJg5tCG6Cov/yvN/TfGACRGCmJKXkVvf4TSKxIE3hZSKEOMRZI2w==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@freearhey/core/-/core-0.4.0.tgz",
"integrity": "sha512-7gATMRqJSCIsdpbaQ4HJKSkMhWe1dxzRhDZiQ/SgOhchrs/A1jRpDJiFSOQg7xyhYCd1j+m4YzRSVKfYJmT1GA==",
"requires": {
"@types/fs-extra": "^11.0.2",
"@types/lodash": "^4.14.198",