smartdebug/package.json
2024-05-29 14:12:29 +02:00

21 lines
497 B
JSON

{
"name": "@push.rocks/smartdebug",
"version": "2.0.11",
"description": "debug the smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"tapbundle": "^2.0.0"
},
"dependencies": {},
"homepage": "https://code.foss.global/push.rocks/smartdebug",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartdebug.git"
}
}