waapi-timing-properties
Version:
Timing properties for animation effects used in Web Animations API.
83 lines (82 loc) • 2.24 kB
JSON
{
"name": "waapi-timing-properties",
"version": "1.4.9",
"description": "Timing properties for animation effects used in Web Animations API.",
"main": "src/index.js",
"author": "Web Animate <60752454+webanimate@users.noreply.github.com>",
"license": "MIT",
"private": false,
"homepage": "https://github.com/webanimate/waapi-timing-properties#readme",
"unpkg": "dist/wtproperties.js",
"repository": {
"type": "git",
"url": "git+https://github.com/webanimate/waapi-timing-properties.git"
},
"files": [
"src",
"dist"
],
"scripts": {
"build": "rollup -c",
"c": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && yarn fix",
"watch": "rollup -cw",
"fix": "yarn fix:eslint && yarn fix:prettier",
"fix:eslint": "eslint --fix \"**/*.*\"",
"fix:prettier": "prettier --write \"**/*.*\"",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint \"**/*.*\"",
"lint:prettier": "prettier --check \"**/*.*\"",
"test": "yarn fix && jest && yarn build",
"up": "yarn upgrade-interactive && ncu -i && yarn"
},
"dependencies": {
"lodash.isnumber": "^3.0.3",
"lodash.isobject": "^3.0.2",
"lodash.isstring": "^4.0.1"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.27.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"babel-jest": "^29.7.0",
"eslint": "^9.27.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-html": "^8.1.3",
"eslint-plugin-json": "^4.0.1",
"globals": "^16.2.0",
"jest": "^29.7.0",
"prettier": "^3.5.3",
"rollup": "^2.79.2",
"rollup-plugin-terser": "^7.0.2"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true,
"coverageReporters": [
"json",
"lcov",
"text",
"clover",
"html"
]
},
"prettier": {
"printWidth": 280,
"tabWidth": 2,
"semi": false,
"singleQuote": true
},
"keywords": [
"waapi",
"web",
"animations",
"api",
"web-animations-api",
"css",
"transitions"
],
"packageManager": "yarn@1.22.22"
}