anim8-core
Version:
Custom JavaScript animation library with modular effects
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "anim8-core",
"version": "2.0.5",
"description": "Custom JavaScript animation library with modular effects",
"main": "dist/anim8.umd.js",
"module": "dist/anim8.es.js",
"types": "./types/index.d.ts",
"exports": {
".": {
"import": "./dist/anim8.es.js",
"require": "./dist/anim8.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "jest --config=jest.config.cjs",
"coverage": "jest --coverage",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arsh-kodr/anim8-core.git"
},
"homepage": "https://github.com/arsh-kodr/anim8-core#readme",
"author": "Arsh Kodr <youremail@example.com>",
"license": "MIT",
"keywords": [
"animation",
"javascript",
"library",
"effects",
"scroll",
"fade",
"slide",
"modular"
],
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"jest": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jsdom": "^26.1.0",
"vite": "^7.0.6"
}
}