@openstapps/collection-utils
Advanced tools
Comparing version 0.0.1 to 3.0.0-next.4
{ | ||
"name": "@openstapps/collection-utils", | ||
"version": "0.0.1", | ||
"version": "3.0.0-next.4", | ||
"type": "module", | ||
@@ -12,15 +12,3 @@ "license": "GPL-3.0-only", | ||
], | ||
"scripts": { | ||
"build": "tsup-node --dts", | ||
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/index.ts", | ||
"format": "prettier . -c --ignore-path ../../.gitignore", | ||
"format:fix": "prettier --write . --ignore-path ../../.gitignore", | ||
"lint": "eslint --ext .ts src/", | ||
"lint:fix": "eslint --fix --ext .ts src/", | ||
"test": "c8 mocha" | ||
}, | ||
"devDependencies": { | ||
"@openstapps/eslint-config": "workspace:*", | ||
"@openstapps/prettier-config": "workspace:*", | ||
"@openstapps/tsconfig": "workspace:*", | ||
"@types/chai": "4.3.5", | ||
@@ -36,3 +24,6 @@ "@types/mocha": "10.0.1", | ||
"typedoc": "0.24.8", | ||
"typescript": "5.1.6" | ||
"typescript": "5.1.6", | ||
"@openstapps/eslint-config": "3.0.0-next.4", | ||
"@openstapps/prettier-config": "3.0.0-next.4", | ||
"@openstapps/tsconfig": "3.0.0-next.4" | ||
}, | ||
@@ -54,3 +45,12 @@ "tsup": { | ||
}, | ||
"exports": "./lib/index.js" | ||
} | ||
"exports": "./lib/index.js", | ||
"scripts": { | ||
"build": "tsup-node --dts", | ||
"docs": "typedoc --json ./docs/docs.json --options ../../typedoc.base.json src/index.ts", | ||
"format": "prettier . -c --ignore-path ../../.gitignore", | ||
"format:fix": "prettier --write . --ignore-path ../../.gitignore", | ||
"lint": "eslint --ext .ts src/", | ||
"lint:fix": "eslint --fix --ext .ts src/", | ||
"test": "c8 mocha" | ||
} | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
69493
6