@openstapps/easy-ast
Advanced tools
Comparing version 0.0.1 to 3.0.0-next.4
{ | ||
"name": "@openstapps/easy-ast", | ||
"description": "Tool to easily handle TypeScript AST", | ||
"version": "0.0.1", | ||
"version": "3.0.0-next.4", | ||
"type": "module", | ||
@@ -16,21 +16,9 @@ "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" | ||
}, | ||
"dependencies": { | ||
"@openstapps/collection-utils": "workspace:*", | ||
"@openstapps/logger": "workspace:*", | ||
"glob": "10.2.7", | ||
"typescript": "5.1.6" | ||
"typescript": "5.1.6", | ||
"@openstapps/collection-utils": "3.0.0-next.4", | ||
"@openstapps/logger": "3.0.0-next.4" | ||
}, | ||
"devDependencies": { | ||
"@openstapps/eslint-config": "workspace:*", | ||
"@openstapps/prettier-config": "workspace:*", | ||
"@openstapps/tsconfig": "workspace:*", | ||
"@types/chai": "4.3.5", | ||
@@ -45,3 +33,6 @@ "@types/mocha": "10.0.1", | ||
"tsup": "6.7.0", | ||
"typedoc": "0.24.8" | ||
"typedoc": "0.24.8", | ||
"@openstapps/eslint-config": "3.0.0-next.4", | ||
"@openstapps/prettier-config": "3.0.0-next.4", | ||
"@openstapps/tsconfig": "3.0.0-next.4" | ||
}, | ||
@@ -66,3 +57,12 @@ "tsup": { | ||
"openapi" | ||
] | ||
} | ||
], | ||
"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
102347
8
969
3
+ Added@openstapps/collection-utils@3.0.0-next.4(transitive)
+ Added@openstapps/logger@3.0.0-next.4(transitive)
+ Added@types/node@22.9.3(transitive)
+ Added@types/nodemailer@6.4.7(transitive)
+ Addedchalk@5.2.0(transitive)
+ Addedflatted@3.2.7(transitive)
+ Addednodemailer@6.9.1(transitive)
+ Addedundici-types@6.19.8(transitive)