mat-debugpro
Version:
JS USEABLE DATEUTIL HELPER LIB
34 lines (33 loc) • 649 B
JSON
{
"name": "mat-debugpro",
"version": "3.7.31",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module CommonJS --outDir dist/"
},
"author": {
"name": "ademir"
},
"license": "MIT",
"keywords": [
"mat",
"debug-protection"
],
"files": [
"dist",
"LICENSE",
"README.md"
],
"dependencies": {
"tslib": "^2.5.0"
},
"devDependencies": {
"@types/node": "^20.4.4",
"typescript": "^5.0.2"
}
}