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.
19 lines
392 B
JSON
19 lines
392 B
JSON
{
|
|
"name": "getpass",
|
|
"version": "0.1.7",
|
|
"description": "getpass for node.js",
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arekinath/node-getpass.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.test.js"
|
|
},
|
|
"author": "Alex Wilson <alex.wilson@joyent.com>",
|
|
"license": "MIT"
|
|
}
|