UNPKG

@sunzhongmou/math

Version:
48 lines (47 loc) 1.16 kB
{ "name": "@sunzhongmou/math", "version": "0.2.2", "description": "Mathematical knowledge context", "keywords": [ "Mathematical" ], "author": "sunwei <me@sunwei.xyz>", "homepage": "https://github.com/sunzhongmou/education/tree/master/packages/math#readme", "license": "MIT", "main": "lib/math.js", "types": "lib/math.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "!.DS_Store" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/sunzhongmou/education.git", "directory": "packages/math" }, "scripts": { "audit-moderate": "npm install && npm audit --audit-level=moderate", "test": "echo \"Error: run tests from root\" && exit 1", "tsc": "tsc" }, "bugs": { "url": "https://github.com/sunzhongmou/education/issues" }, "devDependencies": { "@types/node": "^12.0.2", "@types/uuid": "^8.3.0" }, "dependencies": { "@sunzhongmou/ddd": "0.0.1", "@sunzhongmou/design-pattern": "0.0.1", "uuid": "^8.3.0" }, "gitHead": "541a90f65bc66ec4a65e227685f69868c597126f" }