0a5ab058a6
- Angular 12 application with PrimeNG components - 5 existing Cypress e2e test suites - SCSS styling with BEM naming convention - i18n support (10 languages) - Leaflet map integration - Complete component hierarchy and routing structure This baseline will be used for Angular → React migration.
22 lines
510 B
JSON
22 lines
510 B
JSON
{
|
|
"name": "aws4",
|
|
"version": "1.13.2",
|
|
"description": "Signs and prepares requests using AWS Signature Version 4",
|
|
"author": "Michael Hart <michael.hart.au@gmail.com> (https://github.com/mhart)",
|
|
"license": "MIT",
|
|
"repository": "github:mhart/aws4",
|
|
"main": "aws4.js",
|
|
"files": [
|
|
"aws4.js",
|
|
"lru.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha ./test/fast.js -R list",
|
|
"integration": "node ./test/slow.js"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^10.7.3",
|
|
"should": "^13.2.3"
|
|
}
|
|
}
|