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.
40 lines
603 B
JSON
40 lines
603 B
JSON
{
|
|
"name": "clean-stack",
|
|
"version": "2.2.0",
|
|
"description": "Clean up error stack traces",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/clean-stack",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"clean",
|
|
"stack",
|
|
"trace",
|
|
"traces",
|
|
"error",
|
|
"err",
|
|
"electron"
|
|
],
|
|
"devDependencies": {
|
|
"ava": "^1.4.1",
|
|
"tsd": "^0.7.2",
|
|
"xo": "^0.24.0"
|
|
},
|
|
"browser": {
|
|
"os": false
|
|
}
|
|
}
|