{
  "name": "@thegraid/easeljs-lib",
  "version": "1.5.2",
  "description": "common utilities with easeljs-module",
  "main": "dist/index.js",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "note:": "remember to rm -rf .angular/cache when [re-]installing a tgz",
    "newmodule": "npm i ../../ts/createjs-module/thegraid-easeljs-module-*.tgz ; rm -rf .angular/cache",
    "newcom": "npm i ../../ts/common-lib/thegraid-common-lib-*.tgz ; rm -rf .angular/cache",
    "tgz": "rm -rf *.tgz; npm pack; date",
    "pub": "npm publish --access public",
    "pubv": "npm version ${1:-patch} && npm run build && npm publish --access public",
    "testEdit": "test/testEditBox.sh",
    "test": "jest --runInBand --force-exit --detectOpenHandles --verbose",
    "testsrc": "cp -p src/{edit-box,key-binder,createjs-functions,index}.ts test/src",
    "testsrcall": "cp -p src/*.ts test/src",
    "testtsc": "tsc -p ./test/tsconfig.json",
    "testce": "npm run testsrcall; npm run testtsc",
    "test-key": "node test/dist/test-key-dispatch.js",
    "clean": "rm -f dist/*",
    "build": "npm run clean; npm run tsc; npm run tgz",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jackpunt/createjs-lib.git"
  },
  "author": "Jeff Peck <jpeckj@gmail.com> (http://thegraid.com/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jackpunt/createjs-lib/issues"
  },
  "homepage": "https://github.com/jackpunt/createjs-lib#readme",
  "dependencies": {
    "@thegraid/common-lib": "^1.3.52",
    "@thegraid/easeljs-module": "^1.4.2"
  },
  "devDependencies": {
    "typescript": "^5.9.0"
  }
}
