Files
fluxscape/packages/noodl-platform-node/package.json
Eric Tuvesson eb71536cb0 chore: Update branding info (#31)
* fix: branding info for package.json

* fix: updated package jsons with updated contact & author info

---------

Co-authored-by: alan-x-n <x.alanan.x@gmail.com>
2024-06-02 17:43:03 +02:00

25 lines
613 B
JSON

{
"name": "@noodl/platform-node",
"version": "2.7.0",
"main": "src/index.ts",
"description": "Cross platform implementation of platform specific features.",
"author": "Fluxscape <contact@fluxscape.io>",
"homepage": "https://fluxscape.io",
"scripts": {
"test": "jest",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@noodl/platform": "file:../noodl-platform",
"fs-extra": "^10.0.1",
"jszip": "^3.10.1",
"mkdirp-sync": "0.0.2",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@types/jest": "^29.0.1",
"ts-jest": "^29.0.0",
"jest": "^29.0.3"
}
}