infrastructure: create monorepo structure with apps/angular, apps/react, e2e directories

This commit is contained in:
gnezim
2026-04-05 18:53:38 +03:00
parent c012c7ebe8
commit 382d8c453a
34399 changed files with 18 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"name": "stackback",
"version": "0.0.2",
"description": "return list of CallSite objects from a captured stacktrace",
"main": "index.js",
"scripts": {
"test": "mocha --ui qunit"
},
"repository": {
"type": "git",
"url": "git://github.com/shtylman/node-stackback.git"
},
"keywords": [
"stacktrace",
"trace",
"stack"
],
"devDependencies": {
"mocha": "~1.6.0"
},
"author": "Roman Shtylman <shtylman@gmail.com>",
"license": "MIT"
}