Files
smartdebug/package.json

21 lines
497 B
JSON
Raw Normal View History

2015-11-15 20:35:13 +01:00
{
2023-07-10 02:48:31 +02:00
"name": "@push.rocks/smartdebug",
2018-04-12 19:29:28 +02:00
"version": "2.0.11",
2017-09-18 15:19:18 +02:00
"description": "debug the smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
2015-11-15 20:35:13 +01:00
"scripts": {
2017-09-18 15:19:18 +02:00
"test": "(npmts)"
2015-11-15 20:35:13 +01:00
},
2017-09-18 15:19:27 +02:00
"devDependencies": {
2018-04-12 18:02:48 +02:00
"tapbundle": "^2.0.0"
2015-11-15 20:35:13 +01:00
},
2024-05-29 14:12:29 +02: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 02:48:31 +02:00
}