Initial commit

This commit is contained in:
Kyle Harter
2026-08-10 17:35:22 -04:00
committed by GitHub
commit a76c43c97e
35 changed files with 12121 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "ae-library-template",
"version": "1.0.0",
"description": "A utility library for ExtendScript / After Effects scripting",
"scripts": {
"docs": "jsdoc -c jsdoc.json"
},
"keywords": [],
"author": "kyle harter",
"license": "MIT",
"devDependencies": {
"docdash": "^2.0.2",
"jsdoc": "^4.0.4"
}
}