@itwin/core-markup
Version:
iTwin.js markup package
77 lines • 2.58 kB
JSON
{
"name": "@itwin/core-markup",
"version": "5.1.2",
"description": "iTwin.js markup package",
"main": "lib/cjs/core-markup.js",
"module": "lib/esm/core-markup.js",
"typings": "lib/cjs/core-markup",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/iTwin/itwinjs-core.git",
"directory": "core/markup"
},
"keywords": [
"Bentley",
"iModel",
"digital-twin",
"iTwin",
"SVG",
"Markup"
],
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"dependencies": {
"@svgdotjs/svg.js": "3.0.16"
},
"peerDependencies": {
"@itwin/core-bentley": "5.1.2",
"@itwin/core-common": "5.1.2",
"@itwin/core-geometry": "5.1.2",
"@itwin/core-frontend": "5.1.2"
},
"devDependencies": {
"@itwin/eslint-plugin": "5.2.2-dev.2",
"@types/chai": "4.3.1",
"@types/mocha": "^10.0.6",
"babel-loader": "~8.2.5",
"babel-plugin-istanbul": "^7.0.0",
"chai": "^4.3.10",
"cpx2": "^8.0.0",
"eslint": "^9.31.0",
"glob": "^10.3.12",
"mocha": "^11.1.0",
"nyc": "^17.1.0",
"rimraf": "^6.0.1",
"source-map-loader": "^5.0.0",
"typescript": "~5.6.2",
"webpack": "^5.97.1",
"@itwin/core-geometry": "5.1.2",
"@itwin/build-tools": "5.1.2",
"@itwin/core-bentley": "5.1.2",
"@itwin/core-frontend": "5.1.2",
"@itwin/certa": "5.1.2",
"@itwin/core-common": "5.1.2"
},
"nyc": {
"extends": "./node_modules/@itwin/build-tools/.nycrc"
},
"scripts": {
"build": "npm run -s copy:public && npm run -s build:cjs && npm run -s build:esm",
"build:cjs": "tsc 1>&2 --outDir lib/cjs",
"build:esm": "tsc 1>&2 --module ES2022 --outDir lib/esm",
"clean": "rimraf -g lib .rush/temp/package-deps*.json",
"copy:public": "cpx \"./src/public/**/*\" ./lib/public",
"cover": "npm -s test",
"docs": "betools docs --json=../../generated-docs/core/core-markup/file.json --tsIndexFile=./core-markup.ts --onlyJson",
"extract-api": "betools extract-api --entry=core-markup",
"lint": "eslint \"./src/**/*.ts\" 1>&2",
"lint-deprecation": "eslint --fix -f visualstudio --no-inline-config -c ../../common/config/eslint/eslint.config.deprecation-policy.js \"./src/**/*.ts\"",
"pseudolocalize": "betools pseudolocalize --englishDir ./src/public/locales/en --out ./public/locales/en-PSEUDO",
"test": "npm run -s webpackTests && certa -r chrome",
"test:debug": "certa -r chrome --debug",
"webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2"
}
}