UNPKG

typescript-cubic-spline

Version:
45 lines (44 loc) 1.03 kB
{ "name": "typescript-cubic-spline", "version": "1.0.1", "description": "Spline interpolation", "main": "dist/Spline.js", "types": "dist/Spline.d.ts", "devDependencies": { "@babel/preset-typescript": "^7.14.5", "@types/jest": "^26.0.23", "jest": "^27.0.5", "prettier": "2.3.1", "ts-jest": "^27.0.3", "typescript": "^4.3.4" }, "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "jest", "lint": "prettier **/*.ts **/*.json --write" }, "repository": { "type": "git", "url": "git+https://github.com/starnutoditopo/typescript-cubic-spline.git" }, "keywords": [ "cubic", "spline", "interpolation", "line", "smooth", "smoothing", "typescript" ], "author": "Starnuto di topo", "license": "MIT", "bugs": { "url": "https://github.com/starnutoditopo/typescript-cubic-spline/issues" }, "homepage": "https://github.com/starnutoditopo/typescript-cubic-spline#readme", "files": [ "dist", "README.md" ] }