polate-js
Version:
A numerical and color interpolation utility for Javascript and Typescript.
30 lines (29 loc) • 661 B
JSON
{
"name": "polate-js",
"version": "1.0.6",
"description": "A numerical and color interpolation utility for Javascript and Typescript.",
"keywords": [
"interpolate",
"interpolation",
"color",
"numerical"
],
"main": "./index.js",
"types": "./index.d.ts",
"repository": "https://github.com/christiandrey/polate-js.git",
"author": "christiandrey <oluwaseun.adedire@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsc",
"test": "jest",
"test:watch": "jest --watch"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"jest": "^25.3.0",
"ts-jest": "^25.3.1",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
}
}