UNPKG

@localsecurity/local-security-graphql

Version:

GraphlQL statements

39 lines 1 kB
{ "name": "@localsecurity/local-security-graphql", "version": "1.0.76", "description": "GraphlQL statements", "author": "localsecurity", "license": "SEE LICENSE IN LICENSE", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest --passWithNoTests --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "keywords": [ "Local", "Security" ], "devDependencies": { "jest": "^29.2.1", "prettier": "^2.7.1", "ts-jest": "^29.0.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.8.4" }, "directories": { "lib": "lib" }, "dependencies": {} }