UNPKG

duckengine

Version:
25 lines (24 loc) 702 B
{ "version": "2.0.0", "tasks": [ { "type": "npm", "script": "build", "group": { "kind": "build", "isDefault": true }, "problemMatcher": [], "label": "npm: build", "detail": "sh scripts/build.sh" }, { "type": "npm", "script": "build:docs", "group": "build", "problemMatcher": [], "label": "npm: build:docs", "detail": "typedoc src/ --out docs/ --exclude \"src/helper/*.ts\" --exclude \"src/helper/**/*.ts\" --exclude \"src/utils/*.ts\" --exclude \"src/base/*.ts\" --name \"DuckEngine\" --includeVersion --theme ./node_modules/typedoc-neo-theme/bin/default" } ] }