Deduce quoted object reference

This commit is contained in:
barsdeveloper
2024-09-09 15:16:48 +02:00
parent 4601c9dc48
commit 4885a988f9
6 changed files with 41 additions and 17 deletions

View File

@@ -1,13 +1,12 @@
{
"name": "ueblueprint",
"description": "UE's Blueprint visualisation library",
"version": "1.0.0",
"description": "Unreal Engine's Blueprint visualization web library",
"version": "2.0.0",
"type": "module",
"main": "dist/ueblueprint.js",
"types": "types.js",
"scripts": {
"build": "rollup --config && sass scss/export.scss:dist/css/ueb-style.css && sass scss/export.scss:dist/css/ueb-style.min.css --style=compressed",
"test": "npm run build && export UEBLUEPRINT_TEST_SERVER_PORT=8181 && npx concurrently -k \"http-server -s -p $UEBLUEPRINT_TEST_SERVER_PORT\" \"npx cypress run --env UEBLUEPRINT_TEST_SERVER_PORT=8181\"",
"start": "npx http-server"
},
"repository": {
@@ -26,7 +25,7 @@
},
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
"devDependencies": {
"@playwright/test": "^1",
"@playwright/test": "1.46",
"@rollup/plugin-commonjs": "^25",
"@rollup/plugin-node-resolve": "^15",
"@rollup/plugin-terser": "^0",