UNPKG

@bonniernews/abbe-api-utils

Version:

Utilities for converting to Abbe article format

50 lines (49 loc) 1.2 kB
{ "name": "@bonniernews/abbe-api-utils", "version": "1.0.1", "description": "Utilities for converting to Abbe article format", "license": "MIT", "author": "Bonnier News", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "NODE_ENV=test mocha", "test:schemaValidation": "dotenv -e .env.schema-test -- mocha", "prepublishOnly": "npm run build && npm test" }, "files": [ "/dist" ], "keywords": [ "bonniernews" ], "repository": { "url": "git+ssh://git@github.com/BonnierNews/abbe-api-utils.git" }, "bugs": { "url": "https://github.com/BonnierNews/abbe-api-utils/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "ajv": "8.12.0", "ajv-formats": "2.1.1", "dotenv": "^16.4.7", "uuid": "9.0.1" }, "devDependencies": { "@types/chai": "^4.3.11", "@types/draft-js": "^0.11.17", "@types/mocha": "^10.0.6", "@types/sinon": "^17.0.3", "chai": "^4.4.1", "dotenv-cli": "^8.0.0", "mocha": "^10.2.0", "sinon": "^17.0.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }