build-threejs-app
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"type": "module", | ||
@@ -31,11 +31,13 @@ "bin": "dist/index.js", | ||
"scripts": { | ||
"build": "npx tsc", | ||
"build": "rm -rf dist && npx tsc", | ||
"test": "npx tsc && node dist/index.js" | ||
}, | ||
"dependencies": { | ||
"prompts": "^2.4.2", | ||
"kolorist": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@types/prompts": "^2.4.7", | ||
"kolorist": "^1.8.0", | ||
"prompts": "^2.4.2", | ||
"typescript": "^5.2.2" | ||
} | ||
} |
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
7536649
2
2
+ Addedkolorist@^1.8.0
+ Addedprompts@^2.4.2
+ Addedkleur@3.0.3(transitive)
+ Addedkolorist@1.8.0(transitive)
+ Addedprompts@2.4.2(transitive)
+ Addedsisteransi@1.0.5(transitive)