foced to move to Apache 2.0 license

This commit is contained in:
orangecoding
2025-12-11 10:40:55 +01:00
parent 2a815c92e6
commit 790c559316
150 changed files with 1000 additions and 22 deletions

View File

@@ -16,13 +16,15 @@
"lint": "eslint .",
"lint:fix": "yarn lint --fix",
"migratedb": "node lib/services/storage/migrations/migrate.js",
"migratedb:overwrite": "x-var MIGRATION_ALLOW_CHECKSUM_UPDATE=true node lib/services/storage/migrations/migrate.js"
"migratedb:overwrite": "x-var MIGRATION_ALLOW_CHECKSUM_UPDATE=true node lib/services/storage/migrations/migrate.js",
"copyright": "node ./copyright.js"
},
"type": "module",
"lint-staged": {
"*.{js,jsx}": [
"yarn lint",
"yarn format"
"yarn format",
"yarn copyright"
]
},
"main": "index.js",
@@ -45,7 +47,7 @@
"bugs": {
"url": "https://github.com/orangecoding/fredy/issues"
},
"license": "MIT",
"license": "Apache-2.0",
"engines": {
"node": ">=22.0.0",
"npm": ">=7.0.0"