mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
45 lines
1.2 KiB
JSON
Executable File
45 lines
1.2 KiB
JSON
Executable File
{
|
|
"name": "ueblueprint",
|
|
"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",
|
|
"start": "npx http-server"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/barsdeveloper/ueblueprint.git"
|
|
},
|
|
"keywords": [
|
|
"unreal",
|
|
"engine",
|
|
"blueprint"
|
|
],
|
|
"author": "barsdeveloper",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/barsdeveloper/ueblueprint/issues"
|
|
},
|
|
"homepage": "https://github.com/barsdeveloper/ueblueprint#readme",
|
|
"devDependencies": {
|
|
"@playwright/test": "1.46",
|
|
"@rollup/plugin-commonjs": "^25",
|
|
"@rollup/plugin-node-resolve": "^15",
|
|
"@rollup/plugin-terser": "^0",
|
|
"concurrently": "^8",
|
|
"http-server": "^14",
|
|
"rollup": "^4 || ^3 || ^2",
|
|
"rollup-plugin-copy": "^3",
|
|
"rollup-plugin-minify-html-literals": "^1",
|
|
"sass": "^1",
|
|
"terser": "^5"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^2",
|
|
"parsernostrum": "^1"
|
|
}
|
|
}
|