UNPKG

@wonderlandengine/editor-api

Version:

Wonderland Engine's Editor API for plugins - very experimental.

49 lines (48 loc) 1.46 kB
{ "name": "@wonderlandengine/editor-api", "version": "1.6.1", "description": "Wonderland Engine's Editor API for plugins - very experimental.", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": "./dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/WonderlandEngine/editor-api.git" }, "keywords": [ "webxr", "wonderland", "components" ], "author": "Create Worlds", "license": "MIT", "bugs": { "url": "https://discord.wonderlandengine.com/" }, "homepage": "https://wonderlandengine.com/editor/plugins/", "prettier": "@wonderlandengine/prettier-config", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "defaults": "npm run build && npm run doc && node scripts/generate-defaults.mjs ./doc.json", "pretty": "prettier --write ./src", "pretty:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"", "doc": "typedoc --entryPoints ./src/index.ts --tsconfig tsconfig.json --json ./doc.json", "json-diff": "npm run defaults && npx json-diff ../../src/WonderlandEditor/Test/defaults.json defaults.json", "prepack": "npm run build" }, "devDependencies": { "@types/node": "^18.11.9", "@wonderlandengine/prettier-config": "^1.0.0", "prettier": "^2.8.0", "typedoc": "^0.23.21", "typescript": "^4.9.3" }, "files": [ "dist" ] }