Files
OpenNoodl/packages/noodl-platform-node/package.json
Michael Cartner b9c60b07dc Initial commit
Co-Authored-By: Eric Tuvesson <eric.tuvesson@gmail.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: Anders Larsson <64838990+anders-topp@users.noreply.github.com>
Co-Authored-By: Johan  <4934465+joolsus@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: victoratndl <99176179+victoratndl@users.noreply.github.com>
2024-01-26 11:52:55 +01:00

25 lines
600 B
JSON

{
"name": "@noodl/platform-node",
"version": "2.7.0",
"main": "src/index.ts",
"description": "Cross platform implementation of platform specific features.",
"author": "Noodl <info@noodl.net>",
"homepage": "https://noodl.net",
"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"
}
}