UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

15 lines (14 loc) 281 B
{ "name": "@my-scope/package-a", "version": "0.0.0", "private": true, "description": "", "license": "MIT", "main": "index.js", "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "dependencies": { "@my-scope/package-b": "^0.0.0" } }