UNPKG

@metacell/geppetto-meta-core

Version:

The core functionality of geppetto-meta to build and simulate neuroscience data and models.

55 lines (54 loc) 1.82 kB
{ "name": "@metacell/geppetto-meta-core", "version": "3.0.0-alpha.10", "description": "The core functionality of geppetto-meta to build and simulate neuroscience data and models.", "keywords": [ "geppetto", "neuroscience" ], "repository": { "type": "git", "url": "https://github.com/MetaCell/geppetto-meta" }, "license": "MIT", "scripts": { "link:yalc": "echo 'Nothing to do here, we keep the target to be consistent with the other geppetto-meta projects'", "lint-fix": "eslint . --fix", "lint": "eslint .", "test": "jest", "build": "yarn build:js && yarn build:package", "build:clean": "rm -rf build", "build:dev": "yarn build:js-dev && yarn build:package", "build:js": "babel src -d build --copy-files --extensions '.js,.jsx,.ts,.tsx'", "build:js-dev": "babel src -d build --copy-files --extensions '.js,.jsx,.ts,.tsx' --source-maps", "build:package": "cp package.json README.md LICENSE build", "dist": "cd build && yarn publish", "publish:yalc": "cd build && yalc publish --push", "watch": "nodemon -e js,ts --ignore build --exec \"yarn build:dev && cd build && yalc push --changed\"" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.25.3", "@eslint/js": "^9.9.0", "babel-jest": "^29.7.0", "babel-plugin-module-resolver": "^5.0.2", "eslint": "^9.9.0", "eslint-plugin-json": "^4.0.1", "globals": "^15.9.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "nodemon": "^3.1.4" }, "buildOptions": { "emitEntryPoint": true, "compile": { "exclude": [ "node_modules" ] } } }