@locker/ast-lib-maker
Version:
Lightning Web Security AST library maker utilities
37 lines (36 loc) • 946 B
JSON
{
"name": "@locker/ast-lib-maker",
"version": "0.25.3",
"license": "SEE LICENSE IN LICENSE.txt",
"author": "Salesforce UI Security Team",
"description": "Lightning Web Security AST library maker utilities",
"keywords": [
"ast",
"locker",
"salesforce"
],
"main": "dist/index.cjs.js",
"module": "dist/index.mjs.js",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "rollup --config .rolluprc.cjs",
"build:dev": "cross-env NODE_ENV=development yarn build",
"clean": "locker-trash dist/",
"test": "yarn build && jest"
},
"dependencies": {
"@locker/shared": "0.25.3"
},
"devDependencies": {
"acorn-globals": "7.0.1"
},
"files": [
"dist/",
"!dist/*.map",
"LICENSE.txt"
],
"gitHead": "976860927fb82f099029f4551f516535e7340274"
}