UNPKG

davinci-newton

Version:

Physics Modeling and Engine using Geometric Algebra

107 lines (106 loc) 3.3 kB
{ "name": "davinci-newton", "version": "1.0.107", "description": "Physics Modeling and Engine using Geometric Algebra", "author": { "name": "David Geo Holmes", "email": "david.geo.holmes@gmail.com" }, "exports": { ".": { "types": "./dist/index.d.ts", "system": "./dist/system/index.min.js", "default": "./dist/esm/index.min.js" } }, "main": "./dist/cjs/index.js", "module": "./dist/esm/index.min.js", "types": "./dist/index.d.ts", "files": [ "LICENSE", "README.md", "dist/cjs/index.js", "dist/cjs/index.js.map", "dist/esm/index.js", "dist/esm/index.js.map", "dist/esm/index.min.js", "dist/esm/index.min.js.map", "dist/index.d.ts", "dist/system/index.js", "dist/system/index.js.map", "dist/system/index.min.js", "dist/system/index.min.js.map", "dist/umd/index.js", "dist/umd/index.js.map", "dist/umd/index.min.js", "dist/umd/index.min.js.map", "package.json" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/geometryzen/davinci-newton.git" }, "bugs": { "url": "https://github.com/geometryzen/davinci-newton/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/geometryzen/davinci-newton/blob/master/LICENSE" } ], "keywords": [ "STEMCstudio", "Geometric", "Algebra", "Physics", "Engine" ], "scripts": { "build": "npm run clean && rollup -c", "check": "npx package-check", "clean": "rm -rf dist", "coverage": "npm run test -- --coverage", "docs": "npm run docs:typedoc && open-cli docs/index.html", "docs:typedoc": "rm -rf docs && typedoc --options typedoc.json", "pages": "npm run docs:typedoc && gh-pages -d docs", "lint": "eslint . --ext .ts", "dev": "rollup -c -w", "pretest": "npm run build", "prepublishOnly": "npm run build && npm run pages", "release": "release-it", "test": "jest" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.6", "@skypack/package-check": "^0.2.2", "@types/jest": "^29.5.12", "@types/rollup-plugin-peer-deps-external": "^2.2.5", "@typescript-eslint/eslint-plugin": "^7.5.0", "@typescript-eslint/parser": "^7.5.0", "eslint": "^8.57.0", "gh-pages": "^6.1.1", "jest": "^29.7.0", "open-cli": "^8.0.0", "release-it": "^17.1.1", "rollup": "^4.14.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.1.2", "ts-jest-resolver": "^2.0.1", "ts-node": "^10.9.2", "tslib": "^2.6.2", "typedoc": "^0.25.12", "typescript": "^5.4.3" }, "dependencies": { "@geometryzen/multivectors": "0.9.11" } }