{ "name": "@theia/native-webpack-plugin", "version": "1.68.0", "description": "Webpack Plugin for native dependencies of Theia.", "publishConfig": { "access": "public" }, "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0", "repository": { "type": "git", "url": "https://github.com/eclipse-theia/theia.git" }, "bugs": { "url": "https://github.com/eclipse-theia/theia/issues" }, "homepage": "https://github.com/eclipse-theia/theia", "files": [ "lib", "src" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "theiaext build", "clean": "theiaext clean", "compile": "theiaext compile", "lint": "theiaext lint", "test": "theiaext test", "watch": "theiaext watch" }, "dependencies": { "detect-libc": "^2.0.2", "tslib": "^2.6.2", "webpack": "^5.76.0" }, "gitHead": "21358137e41342742707f660b8e222f940a27652" }