UNPKG

@extendscript/aes.patch.json

Version:

Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.

33 lines (32 loc) 1.03 kB
{ "name": "@extendscript/aes.patch.json", "version": "2.0.0", "description": "Adds the light-weight, language independent, data interchange format `JSON` to ExtendScript.", "main": "json.js", "scripts": { "node-env": "curl https://raw.githubusercontent.com/ES-Collection/build-node-venv/master/build-node-venv.sh > ./.bnv.sh && chmod +x ./.bnv.sh && ./.bnv.sh && rm ./.bnv.sh", "prepublishOnly": "npm config set scope extendscript", "test": "node ./test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/ExtendScript/extendscript-modules.git" }, "keywords": [ "extendscript", "polyfill", "shim", "json" ], "author": "extendscript.org", "license": "MIT", "bugs": { "url": "https://github.com/ExtendScript/extendscript-modules/issues" }, "homepage": "https://github.com/ExtendScript/extendscript-modules#readme", "devDependencies": { "build-node-venv": "^1.0.3", "minimist": "^1.2.0", "@extendscript/tap-es": ">=1.0.5" } }