codejar-async
Version:
An embeddable code editor for the browser
61 lines (60 loc) • 1.73 kB
JSON
{
"name": "codejar-async",
"description": "An embeddable code editor for the browser",
"keywords": [
"codejar",
"code-editor"
],
"version": "4.2.7",
"type": "module",
"main": "./dist/codejar.js",
"types": "./dist/codejar.d.ts",
"files": [
"dist/codejar.*"
],
"scripts": {
"lint:ts": "tsc --noEmit && eslint .",
"lint:css": "stylelint *.css",
"lint": "npm run lint:ts && npm run lint:css",
"build": "rm -rf dist/; tsc && eslint --no-eslintrc -c .eslintrc.dist.cjs dist/*.js",
"server": "npm run test:end; http-server .. -c-1 --cors -s &",
"test:end": "pkill -x http-server"
},
"devDependencies": {
"@bhsd/common": "^0.10.2",
"@stylistic/eslint-plugin": "^3.1.0",
"@stylistic/stylelint-plugin": "^3.1.2",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.1",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.29.0",
"esbuild": "^0.25.2",
"eslint": "^8.57.1",
"eslint-plugin-es-x": "^8.4.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-json-es": "^1.6.0",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-regexp": "^2.7.0",
"eslint-plugin-unicorn": "^56.0.1",
"http-server": "^14.1.1",
"mocha": "^11.1.0",
"stylelint": "^16.19.1",
"stylelint-config-recommended": "^16.0.0",
"typescript": "^5.8.2",
"wikiparser-node": "^1.20.3"
},
"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"
}