automatic-semicolon-insertion
Advanced tools
Comparing version 3.0.3 to 3.0.5
{ | ||
"name": "automatic-semicolon-insertion", | ||
"version": "3.0.3", | ||
"version": "3.0.5", | ||
"type": "module", | ||
@@ -21,5 +21,5 @@ "description": "Insert missing semicolons, remove unneeded ones.", | ||
"author": "Brian Donovan", | ||
"main": "build/index.cjs", | ||
"module": "build/index.mjs", | ||
"types": "build/index.d.ts", | ||
"main": "./build/index.cjs", | ||
"module": "./build/index.mjs", | ||
"types": "./build/index.d.ts", | ||
"exports": { | ||
@@ -36,3 +36,3 @@ ".": { | ||
"scripts": { | ||
"build": "./script/build", | ||
"build": "node ./script/build-and-validate.mjs", | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest", | ||
@@ -47,2 +47,3 @@ "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch", | ||
"@codemod/parser": "^1.2.1", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@types/babel__traverse": "^7.17.1", | ||
@@ -52,3 +53,5 @@ "@types/jest": "^28.1.0", | ||
"jest": "^28.1.0", | ||
"rollup": "^2.75.5", | ||
"ts-jest": "^28.0.4", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.3" | ||
@@ -55,0 +58,0 @@ }, |
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
16935
445
10
7