| 1234567891011121314151617 |
- {
- "name": "blackrock.reporting.api",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "build": "webpack"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "webpack": "^5.55.1",
- "webpack-cli": "^4.8.0"
- }
- }
|