aw-gql-utils
Version:
Set of utils for buil AWS Appsync app
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "aw-gql-utils",
"version": "1.7.0",
"description": "Set of utils for buil AWS Appsync app",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint . --ext .ts",
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"AppSync",
"AWS",
"Graphql"
],
"author": "Alessandro Lancieri",
"license": "ISC",
"devDependencies": {
"@tsconfig/node14": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
},
"dependencies": {
"luxon": "^3.0.3",
"moment": "^2.29.2",
"nanoid": "^3.3.4",
"uuid": "^9.0.0"
}
}