{
"name": "cfn-guard",
"author": "Amazon Web Services",
"version": "0.0.1",
"description": "Typescript module for cfn-guard",
"main": "ts-lib/index.js",
"types": "ts-lib/index.d.ts",
"files": [
"ts-lib/**/*.js",
"ts-lib/**/*.d.ts",
"ts-lib/**/*.js",
"ts-lib/**/*.d.ts",
"ts-lib/**/*.wasm",
"ts-lib/**/*.wasm.d.ts"
],
"keywords": [],
"license": "MIT",
"scripts": {
"build:typescript": "tsc -b",
"build:wasm-pack": "wasm-pack build --target nodejs --out-name guard --out-dir ./ts-lib",
"build": "npm run build:wasm-pack && npm run build:typescript && rm ./ts-lib/.gitignore",
"lint:fix": "eslint . --ext .d.ts,.ts --fix",
"lint": "eslint . --ext .d.ts,.ts",
"package": "npm pack",
"test:update": "jest --u",
"test": "jest"
},
"overrides": {
"axios": "0.28.0",
"cross-spawn": "7.0.6"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"jest": "^29.7.0",
"lodash": "^4.17.21",
"ts-jest": "^29.1.2",
"typescript": "^5.1.3",
"wasm-pack": "0.13.0"
}
}