UNPKG

litegraph.core.js

Version:

Core only version of litegraph.js. Might include other deltas compared to the source, like fixes, improvements and new features.

55 lines (54 loc) 1.7 kB
{ "name": "litegraph.core.js", "version": "0.1.4", "description": "Core only version of litegraph.js. Might include other deltas compared to the source, like fixes, improvements and new features.", "main": "build/litegraph.core.js", "types": "src/litegraph.d.ts", "directories": { "doc": "doc" }, "private": false, "scripts": { "prebuild": "rimraf build", "build": "bash ./utils/build.sh", "prebuild:win": "rimraf build", "build:win": "powershell .\\utils\\build.ps1", "start": "nodemon utils/server.js", "test": "echo \"Error: no test specified\" && exit 1", "prettier": "npx prettier --write src/**/*.* css/**/*.*", "lint": "npx eslint src", "lint:fix": "npx eslint --fix src" }, "repository": { "type": "git", "url": "git+https://github.com/mikeandtherest/litegraph.core.js.git" }, "author": "mikeandtherest", "license": "MIT", "keywords": [ "visual node graph", "HTML5", "Canvas2D", "javascript", "typescript" ], "files": [ "build", "css/litegraph.css", "src/litegraph.d.ts" ], "bugs": { "url": "https://github.com/mikeandtherest/litegraph.core.js/issues" }, "homepage": "https://github.com/mikeandtherest/litegraph.core.js#readme", "devDependencies": { "express": "^4.17.1", "google-closure-compiler": "^20211107.0.0", "grunt": "^1.4.1", "grunt-cli": "^1.4.3", "grunt-closure-tools": "^1.0.0", "grunt-contrib-concat": "^2.0.0", "nodemon": "^2.0.15", "rimraf": "^3.0.2" } }