UNPKG

css-in-js-easing

Version:

This library retrieves easing-function for CSS property.

53 lines (52 loc) 1.36 kB
{ "name": "css-in-js-easing", "version": "1.2.0", "description": "This library retrieves easing-function for CSS property.", "sideEffects": false, "main": "./dist/index.cjs.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts", "files": [ "/dist" ], "scripts": { "build": "run-p build:*", "build:easings": "ts-node build-easings.ts", "build:modules": "ts-node build-modules.ts", "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir './dist'", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/hiro0218/css-in-js-easing.git" }, "keywords": [ "animation", "css", "css-in-js", "easing", "easings", "easing-function", "transition", "transition-timing-function" ], "author": "hiro", "license": "MIT", "bugs": { "url": "https://github.com/hiro0218/css-in-js-easing/issues" }, "homepage": "https://github.com/hiro0218/css-in-js-easing#readme", "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/js-yaml": "^4.0.5", "@types/node": "^20.2.5", "@types/prettier": "^2.7.3", "esbuild": "^0.17.19", "fs-extra": "^11.1.1", "js-yaml": "^4.1.0", "npm-run-all": "^4.1.5", "prettier": "^2.8.8", "ts-node": "^10.9.1", "typescript": "^5.1.3" } }