@haxtheweb/haxcms-nodejs
Version:
HAXcms single and multisite nodejs server, api, and administration
27 lines (26 loc) • 816 B
JSON
{
"description": "Element for detecting that an application using Vaadin Elements is running in development mode",
"repository": "vaadin/vaadin-development-mode-detector",
"name": "@vaadin/vaadin-development-mode-detector",
"version": "2.0.7",
"author": "Vaadin Ltd",
"license": "Apache-2.0",
"type": "module",
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "vaadin-development-mode-detector.js",
"dependencies": {},
"devDependencies": {
"@web-padawan/gen-typescript-declarations": "^1.6.2",
"web-component-tester": "6.9.2",
"@webcomponents/webcomponentsjs": "^2.0.0"
},
"scripts": {
"generate-typings": "gen-typescript-declarations --outDir . --verify",
"test": "wct --npm"
}
}