@douglasneuroinformatics/esbuild-plugin-native-modules
Advanced tools
Comparing version 0.0.2 to 1.0.0
{ | ||
"name": "@douglasneuroinformatics/esbuild-plugin-native-modules", | ||
"type": "module", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"packageManager": "pnpm@8.15.3", | ||
"description": "An esbuild plugin to enable loading native node modules", | ||
"author": { | ||
"name": "Douglas Neuroinformatics", | ||
"email": "support@douglasneuroinformatics.ca" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules/#readme", | ||
"author": "Joshua Unrau", | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules/.git" | ||
"url": "https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules.git" | ||
}, | ||
@@ -25,2 +22,7 @@ "bugs": { | ||
], | ||
"scripts": { | ||
"format": "prettier --write src", | ||
"lint": "tsc && eslint --fix src", | ||
"prepare": "husky" | ||
}, | ||
"peerDependencies": { | ||
@@ -30,12 +32,25 @@ "esbuild": "0.x" | ||
"devDependencies": { | ||
"@douglasneuroinformatics/eslint-config": "^4.0.1", | ||
"@types/node": "^20.11.25", | ||
"@commitlint/cli": "^19.3.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@douglasneuroinformatics/eslint-config": "^4.2.2", | ||
"@douglasneuroinformatics/prettier-config": "^0.0.1", | ||
"@douglasneuroinformatics/semantic-release": "^0.0.1", | ||
"@douglasneuroinformatics/tsconfig": "^1.0.0", | ||
"@types/node": "^20.14.11", | ||
"eslint": "^8.57.0", | ||
"prettier": "^3.2.5", | ||
"typescript": "~5.3.3" | ||
"husky": "^9.1.1", | ||
"prettier": "^3.3.3", | ||
"typescript": "~5.5.3" | ||
}, | ||
"scripts": { | ||
"format": "prettier --write src", | ||
"lint": "tsc -b jsconfig.json && eslint --fix src" | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"prettier": "@douglasneuroinformatics/prettier-config", | ||
"release": { | ||
"extends": [ | ||
"@douglasneuroinformatics/semantic-release" | ||
] | ||
} | ||
} | ||
} |
<!-- PROJECT LOGO --> | ||
<div align="center"> | ||
<a href="https://github.com/DouglasNeuroInformatics/esbuild-plugin-native-modules"> | ||
<img src="https://raw.githubusercontent.com/DouglasNeuroInformatics/esbuild-plugin-native-modules/main/.github/assets/dnp-generic-logo.png" alt="Logo" width="100" > | ||
<img src="https://raw.githubusercontent.com/DouglasNeuroInformatics/.github/main/assets/img/dnp-generic-logo.png" alt="Logo" width="100" > | ||
</a> | ||
@@ -24,3 +24,3 @@ <h3 align="center">@douglasneuroinformatics/esbuild-plugin-native-modules</h3> | ||
```sh | ||
pnpm install @douglasneuroinformatics/esbuild-plugin-native-modules | ||
pnpm add @douglasneuroinformatics/esbuild-plugin-native-modules | ||
``` |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
15114
0
11