UNPKG

frame.akima

Version:

A package for Akima interpolation

47 lines (46 loc) 1.17 kB
{ "name": "frame.akima", "version": "2.0.1", "description": "A package for Akima interpolation", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "files": [ "dist/", "README.md" ], "keywords": [ "akima", "interpolation", "geometry" ], "license": "MIT", "scripts": { "build": "tsc -b", "lint": "eslint .", "preview": "vite preview", "test": "vitest --allowOnly", "test:catmull": "vitest CR.test.ts", "test:quad": "vitest Quad.test.ts", "test:edge": "vitest EdgeCase.test.ts", "test:cr": "vitest CR.test.ts --allowOnly", "test:cov": "vitest run --coverage --allowOnly", "doc": "typedoc --options typedoc.json" }, "dependencies": { "akima-interpolator": "^1.0.0" }, "devDependencies": { "@eslint/js": "^9.39.1", "@vitejs/plugin-react": "^5.1.1", "@vitest/coverage-istanbul": "^4.0.13", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "typedoc": "^0.28.14", "typescript": "~5.9.3", "typescript-eslint": "^8.47.0", "vitest": "^4.0.13" } }