mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
45 lines
1.6 KiB
JSON
Executable File
45 lines
1.6 KiB
JSON
Executable File
{
|
|
"name": "ueblueprint",
|
|
"version": "1.0.0",
|
|
"description": "Unreal Engine's Blueprint visualisation library",
|
|
"main": "ueblueprint.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\"",
|
|
"cypress": "export UEBLUEPRINT_TEST_SERVER_PORT=8181 && npx concurrently -k \"http-server -c-1 -p $UEBLUEPRINT_TEST_SERVER_PORT\" \"npx cypress open --env UEBLUEPRINT_TEST_SERVER_PORT=8181\""
|
|
},
|
|
"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": {
|
|
"@rollup/plugin-commonjs": "^21.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-terser": "^0.1.0",
|
|
"concurrently": "^7.6.0",
|
|
"cypress": "^12.1.0",
|
|
"http-server": "^14.1.1",
|
|
"minify-html-literals": "^1.3.5",
|
|
"rollup": "^2.75.5",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-minify-html-literals": "^1.2.6",
|
|
"sass": "^1.52.2",
|
|
"terser": "^5.14.0"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^2.2.4",
|
|
"parsimmon": "^1.18.0"
|
|
}
|
|
}
|