UNPKG

@webda/profiler

Version:
68 lines (67 loc) 1.41 kB
{ "name": "@webda/profiler", "version": "3.1.0", "description": "Webda Basic Profiler", "main": "lib/index.js", "scripts": { "build": "webda build", "build:watch": "webda build --watch", "pretest": "npm run build", "lint": "prettier --check src/**/*", "lint:fix": "prettier --write src/**/*", "test": "c8 mocha --recursive --exit --timeout=100000 src/**/*.spec.ts" }, "repository": { "type": "git", "url": "git+https://github.com/loopingz/webda.io.git" }, "keywords": [ "webda", "modda" ], "files": [ "lib", "webda.module.json", "package.json" ], "author": "loopingz", "license": "MIT", "bugs": { "url": "https://github.com/loopingz/webda.io/issues" }, "homepage": "https://github.com/loopingz/webda.io#readme", "dependencies": { "@webda/core": "^3.7.0" }, "c8": { "report-dir": "./reports", "reporter": [ "html", "lcov", "json", "text" ], "exclude": [ "**/*.spec.ts" ] }, "publishConfig": { "access": "public" }, "devDependencies": { "@testdeck/mocha": "^0.3.2", "@types/node": "14.6.0", "@webda/shell": "^3.5.0" }, "type": "module", "engines": { "node": ">=18.0.0" }, "nx": { "implicitDependencies": [ "@webda/core", "@webda/shell" ] }, "gitHead": "4617fb9f699f767a17ce348f474fdfa9cbf10c19" }