UNPKG

codejar-async

Version:

An embeddable code editor for the browser

56 lines (55 loc) 1.61 kB
{ "name": "codejar-async", "description": "An embeddable code editor for the browser", "keywords": [ "codejar", "code-editor" ], "version": "4.3.0", "type": "module", "main": "./dist/codejar.js", "types": "./dist/codejar.d.ts", "files": [ "dist/codejar.*" ], "scripts": { "lint:ts": "tsc --noEmit && eslint --cache .", "lint:css": "stylelint *.css", "lint": "npm run lint:ts && npm run lint:css", "build": "rm -rf dist/; tsc && eslint --no-config-lookup -c eslint.dist.mjs dist/*.js", "server": "npm run test:end; http-server .. -c-1 --cors -s &", "test:end": "pkill -x http-server" }, "devDependencies": { "@bhsd/code-standard": "^1.3.1", "@stylistic/eslint-plugin": "^5.5.0", "@stylistic/stylelint-plugin": "^4.0.0", "@typescript-eslint/eslint-plugin": "^8.46.2", "@typescript-eslint/parser": "^8.46.2", "eslint": "^9.38.0", "eslint-plugin-es-x": "^9.1.2", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-jsdoc": "^61.1.11", "eslint-plugin-jsonc": "^2.21.0", "eslint-plugin-promise": "^7.2.1", "eslint-plugin-regexp": "^2.10.0", "eslint-plugin-unicorn": "^62.0.0", "http-server": "^14.1.1", "stylelint": "^16.25.0", "stylelint-config-recommended": "^17.0.0", "stylelint-plugin-use-baseline": "^1.0.3", "typescript": "^5.9.3", "wikiparser-node": "^1.29.2" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/bhsd-harry/codejar-async.git" }, "contributors": [ "Anton Medvedev <anton@medv.io>", "Julian Poemp", "Bhsd" ], "homepage": "https://github.com/bhsd-harry/codejar-async#readme" }