{
  "name": "cep-lib",
  "version": "0.1.0",
  "description": "JS wrapper functions to aid in the development of CEP plugins.",
  "main": "index.js",
  "files": [
    "index.js",
    "cep.js",
    "csinterface.js"
  ],
  "scripts": {
    "release": "standard-version",
    "build": "neutrino build",
    "lint": "neutrino lint",
    "test": "neutrino test"
  },
  "keywords": [
    "cep",
    "adobe-cep-extension",
    "extendscript",
    "adobe",
    "extendscript-extensions",
    "adobe plugins",
    "after effects",
    "premiere pro",
    "photoshop",
    "indesign"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@neutrinojs/jest": "^8.3.0",
    "@neutrinojs/library": "^8.3.0",
    "@neutrinojs/standardjs": "^8.3.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "jest-junit": "^5.1.0",
    "neutrino": "^8.3.0",
    "standard-version": "^4.4.0"
  },
  "dependencies": {
    "@cep/csinterface": "^8.0.1",
    "color-convert": "^1.9.2"
  }
}
