smartdebug/package.json

21 lines
497 B
JSON
Raw Normal View History

2015-11-15 19:35:13 +00:00
{
2023-07-10 00:48:31 +00:00
"name": "@push.rocks/smartdebug",
2018-04-12 17:29:28 +00:00
"version": "2.0.11",
2017-09-18 13:19:18 +00:00
"description": "debug the smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
2015-11-15 19:35:13 +00:00
"scripts": {
2017-09-18 13:19:18 +00:00
"test": "(npmts)"
2015-11-15 19:35:13 +00:00
},
2017-09-18 13:19:27 +00:00
"devDependencies": {
2018-04-12 16:02:48 +00:00
"tapbundle": "^2.0.0"
2015-11-15 19:35:13 +00:00
},
2024-05-29 12:12:29 +00:00
"dependencies": {},
"homepage": "https://code.foss.global/push.rocks/smartdebug",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartdebug.git"
}
2023-07-10 00:48:31 +00:00
}