chore: add Bee Factory support (#592)

This commit is contained in:
Adam Uhlíř
2022-11-22 06:55:04 -08:00
committed by GitHub
parent 848e61a7a0
commit 1c53364fcd
3 changed files with 680 additions and 3 deletions
+3 -2
View File
@@ -136,7 +136,8 @@
"lint": "eslint --fix \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --write \"src/**/*.ts\" \"src/**/*.tsx\"",
"lint:check": "eslint \"src/**/*.ts\" \"src/**/*.tsx\" && prettier --check \"src/**/*.ts\" \"src/**/*.tsx\"",
"check:types": "tsc --project tsconfig.lib.json",
"update-map-data": "node ./utils/update-map-data.js"
"update-map-data": "node ./utils/update-map-data.js",
"bee": "bee-factory start"
},
"files": [
"lib",
@@ -158,6 +159,6 @@
"engines": {
"node": ">=14.0.0",
"npm": ">=6.9.0",
"bee": ">=0.6.0"
"bee": "1.9.0-13a47043"
}
}