UNPKG

@euglena/cli

Version:

Command Line Interface to create and manage euglena projects as simple as possible

35 lines 1.13 kB
{ "name": "must_be_replaced", "version": "0.0.1", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "license": "UNLICENSED", "author": { "name": "", "email": "example@example.com" }, "scripts": { "compile": "tsc -p .", "cleanDist": "if [ -d dist ]; then rm -rf dist; fi", "cleanDependencies": "if [ -d node_modules ]; then rm -rf node_modules; fi", "clean": "npm run cleanDependencies && npm run cleanDist", "start": "node dist/bin/index.js", "test": "npm run compile && jest --testPathPattern=dist/**/*.spec.js --passWithNoTests" }, "dependencies": { "cessnalib": "^0.19.0", "@euglena/core": "^5.0.6", "@euglena/template": "^5.0.6", "@euglena/organelle.vacuole.js": "^5.0.6", "@euglena/organelle.logger.console": "^5.0.6", "@euglena/organelle.nucleus.js": "^5.0.6", "@euglena/organelle.reticulum.js": "^5.0.6" }, "devDependencies": { "typescript": "^4.9.4" }, "bin": { "must_be_replaced": "dist/bin/index.js" } }