Files
mawkone 8bb5110148
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled
deploy: current vibn theia state
Made-with: Cursor
2026-02-27 12:01:08 -08:00

40 lines
835 B
JSON

{
"private": true,
"name": "@theia/re-exports",
"version": "1.68.0",
"description": "Theia re-export helper functions and scripts.",
"main": "lib/index.js",
"engines": {
"node": ">= 12"
},
"files": [
"bin",
"lib",
"src"
],
"bin": {
"theia-re-exports": "bin/theia-re-exports.js"
},
"scripts": {
"afterInstall": "npm run build",
"build": "theiaext build",
"clean": "theiaext clean",
"compile": "theiaext compile",
"lint": "theiaext lint",
"test": "theiaext test",
"watch": "theiaext watch"
},
"dependencies": {
"mustache": "^4.2.0",
"semver": "^7.5.4",
"tslib": "^2.6.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.0",
"@types/mustache": "^4.1.2",
"typescript": "~5.9.3"
}
}