2022-07-08 11:28:44 +02:00
|
|
|
{
|
|
|
|
"name": "status",
|
|
|
|
"version": "1.0.0",
|
2022-07-08 17:17:17 +02:00
|
|
|
"description": "",
|
2022-07-08 11:28:44 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2022-07-08 17:17:17 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2022-07-08 11:28:44 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/smartyellow/status.git"
|
|
|
|
},
|
|
|
|
"author": "Romein van Buren",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/smartyellow/status/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/smartyellow/status#readme",
|
2022-07-08 15:18:40 +02:00
|
|
|
"dependencies": {
|
2022-07-09 13:10:08 +02:00
|
|
|
"rollup-plugin-css-only": "^3.1.0"
|
2022-07-08 11:28:44 +02:00
|
|
|
}
|
|
|
|
}
|