UNPKG

@code4recovery/spec

Version:

The goal of the Meeting Guide API is help sync information about AA meetings. It was developed for the Meeting Guide app, but it is non-proprietary and other systems are encouraged to make use of it.

39 lines (38 loc) 1.16 kB
{ "name": "@code4recovery/spec", "version": "1.1.9", "description": "The goal of the Meeting Guide API is help sync information about AA meetings. It was developed for the Meeting Guide app, but it is non-proprietary and other systems are encouraged to make use of it.", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*" ], "scripts": { "test": "jest --config jestconfig.json", "test-coverage": "jest --config jestconfig.json --coverage", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "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": [ "AA", "meetings", "JSON" ], "author": "Code for Recovery", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.2", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.1.3" } }