modeco80
e3123252a4
Please see the release notes for additional information regarding this superqemu release.
44 lines
967 B
JSON
44 lines
967 B
JSON
{
|
|
"name": "@computernewb/superqemu",
|
|
"version": "0.2.4",
|
|
"description": "A simple and easy to use QEMU supervision runtime for Node.js",
|
|
"exports": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"type": "module",
|
|
"files": [
|
|
"./dist",
|
|
"LICENSE",
|
|
"README.md",
|
|
"RELEASE_NOTES.md"
|
|
],
|
|
"scripts": {
|
|
"build": "parcel build src/index.ts --target node --target types"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"targets": {
|
|
"types": {},
|
|
"node": {
|
|
"context": "node",
|
|
"isLibrary": true,
|
|
"outputFormat": "esmodule"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"execa": "^8.0.1",
|
|
"pino": "^9.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/packager-ts": "2.12.0",
|
|
"@parcel/transformer-typescript-types": "2.12.0",
|
|
"@types/node": "^20.14.10",
|
|
"parcel": "^2.12.0",
|
|
"pino-pretty": "^11.2.1",
|
|
"typescript": ">=3.0.0"
|
|
},
|
|
"packageManager": "yarn@4.4.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.computernewb.com/computernewb/superqemu.git"
|
|
}
|
|
}
|