flowchart.ts
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "flowchart.ts", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": "Mister-Hope", | ||
@@ -38,3 +38,3 @@ "description": "Flowchart support", | ||
"@rollup/plugin-node-resolve": "15.0.2", | ||
"@types/node": "18.16.0", | ||
"@types/node": "18.16.2", | ||
"@typescript-eslint/eslint-plugin": "5.59.1", | ||
@@ -47,2 +47,3 @@ "@typescript-eslint/parser": "5.59.1", | ||
"prettier": "2.8.8", | ||
"rimraf": "5.0.0", | ||
"rollup": "3.21.0", | ||
@@ -52,3 +53,3 @@ "rollup-plugin-dts": "5.3.0", | ||
"typescript": "5.0.4", | ||
"vite": "4.3.1" | ||
"vite": "4.3.3" | ||
}, | ||
@@ -58,6 +59,8 @@ "packageManager": "pnpm@8.3.1", | ||
"build": "rollup -c rollup.config.ts --configPlugin esbuild", | ||
"clean": "rimraf dist/", | ||
"dev": "vite dev", | ||
"lint": "prettier --check --write . && eslint . --ext .ts,.js --fix", | ||
"lint:check": "prettier --check . && eslint . --ext .ts,.js" | ||
"lint:check": "prettier --check . && eslint . --ext .ts,.js", | ||
"prepublish": "pnpm clean && pnpm build" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1095971
16