2023-02-28 14:55:17 +11:00
|
|
|
{
|
2023-03-02 15:24:08 +11:00
|
|
|
"name": "@waku/build-utils",
|
2023-02-28 14:55:17 +11:00
|
|
|
"version": "1.0.0",
|
2025-12-09 23:59:26 +01:00
|
|
|
"description": "Build utilities for logos-messaging-js",
|
2023-02-28 14:55:17 +11:00
|
|
|
"main": "index.js",
|
|
|
|
|
"module": "index.js",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"fix": "run-s fix:*",
|
|
|
|
|
"fix:lint": "eslint . --fix",
|
|
|
|
|
"check": "run-s check:*",
|
2023-04-03 23:39:59 +02:00
|
|
|
"check:lint": "eslint ."
|
2023-02-28 14:55:17 +11:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2025-12-09 23:59:26 +01:00
|
|
|
"url": "git+https://github.com/logos-messaging/logos-messaging-js.git"
|
2023-02-28 14:55:17 +11:00
|
|
|
},
|
|
|
|
|
"author": "Waku Team",
|
|
|
|
|
"license": "MIT OR Apache-2.0",
|
|
|
|
|
"bugs": {
|
2025-12-09 23:59:26 +01:00
|
|
|
"url": "https://github.com/logos-messaging/logos-messaging-js/issues"
|
2023-02-28 14:55:17 +11:00
|
|
|
},
|
2025-12-09 23:59:26 +01:00
|
|
|
"homepage": "https://github.com/logos-messaging/logos-messaging-js#readme"
|
2023-02-28 14:55:17 +11:00
|
|
|
}
|