@aptpod/data-viz-visual-parts-sdk
Version:
Visual Parts SDK for VM2M Data Visualizer
101 lines (100 loc) • 3.48 kB
JSON
{
"name": "@aptpod/data-viz-visual-parts-sdk",
"version": "1.7.0",
"description": "Visual Parts SDK for VM2M Data Visualizer",
"keywords": [
"aptpod",
"vm2m",
"visual-m2m",
"data-visualizer",
"visual-parts-sdk"
],
"homepage": "",
"bugs": "",
"repository": {
"type": "git",
"url": ""
},
"license": "Apache-2.0",
"author": "aptpod, Inc.",
"main": "lib",
"module": "es",
"types": "lib/index.d.ts",
"bin": "bin/index.js",
"scripts": {
"build": "run-s build-lib build-es build-lib-to-flow build-es-to-flow",
"build-es": "tsc -p ./tsconfig.esm.json",
"build-es-to-flow": "./.bash/ts-to-flow.sh ./es",
"build-lib": "tsc -p ./tsconfig.cjs.json",
"build-lib-to-flow": "./.bash/ts-to-flow.sh ./lib",
"build-doc": "run-s build-doc:*",
"build-doc:clean": "rm -rf docs/website/docs docs/website/build",
"build-doc:install": "cd docs/website && yarn install",
"build-doc:make-dir": "mkdir -p docs/website/docs",
"build-doc:docusaurus": "cd docs/website && yarn build",
"clean": "run-p clean:**",
"clean-install": "yarn clean && yarn initialize",
"clean:build": "rm -rfv es && rm -rfv lib",
"clean:cache": "rm -rfv .eslintcache tsconfig.esm.tsbuildinfo tsconfig.cjs.tsbuildinfo tsconfig.tsbuildinfo",
"clean:docs": "rm -rfv .public",
"clean:es": "rm -rfv es",
"clean:lib": "rm -rfv lib",
"clean:packages": "rm -rfv node_modules",
"coverage": "run-p coverage:**",
"coverage:jest": "jest --coverage",
"fmt": "run-p fmt:**",
"fmt:eslint": "eslint '**/*.{js,jsx,ts,tsx}' --rule 'import/namespace: off' --rule 'import/no-cycle: off' --fix --cache",
"fmt:json": "prettier --write --tab-width 2 '**/*.json'",
"fmt:md": "prettier --write --tab-width 2 '**/*.md'",
"fmt:package-json": "sort-package-json",
"fmt:yml": "prettier --write --tab-width 2 '**/*.yml'",
"initialize": "yarn initialize:packages && yarn initialize:template",
"initialize:packages": "yarn",
"initialize:template": "yarn gitlab-template",
"lint": "run-p lint:**",
"lint:eslint": "eslint '**/*.{js,jsx,ts,tsx}' --rule 'prettier/prettier: off' --cache",
"lint:secret": "secretlint '**/*'",
"lint:type-check": "tsc -p . --noEmit",
"start": "run-p start:lib start:es",
"start:es": "tsc -p ./tsconfig.esm.json -w",
"start:lib": "tsc -p ./tsconfig.cjs.json -w",
"test": "yarn test:watch",
"test:once": "jest",
"test:watch": "jest --watch",
"type-watch": "tsc -p . --noEmit -w"
},
"resolutions": {
"@types/estree": "1.0.6",
"elliptic": "6.6.1"
},
"dependencies": {
"strict-event-emitter-types": "^2.0.0"
},
"devDependencies": {
"@aptpod/eslint-config-aptpod": "5.2.4",
"@aptpod/gitlab-template": "1.3.0",
"@aptpod/husky-config": "2.0.31",
"@aptpod/lint-staged-config": "3.0.1",
"@aptpod/prettier-config": "2.1.4",
"@aptpod/secretlint-config": "^0.0.5",
"@types/browserslist": "4.15.4",
"@types/eslint": "9.6.1",
"@types/prettier": "3.0.0",
"@types/standard-version": "7.1.3",
"commander": "^12.1.0",
"eslint": "7.32.0",
"flowgen": "^1.21.0",
"jest": "26.6.3",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"replace": "^1.2.2",
"secretlint": "^4.2.0",
"sort-package-json": "2.10.2",
"standard-version": "9.5.0",
"ts-jest": "26.4.4",
"typescript": "4.2.4"
},
"engines": {
"node": ">=18.12.0"
}
}