mirror of
https://github.com/fluxscape/fluxscape.git
synced 2026-01-11 23:02:55 +01:00
* 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>
25 lines
613 B
JSON
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"
|
|
}
|
|
}
|