UNPKG

sm-commons

Version:

A set of common utilities for slice machine libraries

37 lines (36 loc) 924 B
{ "name": "sm-commons", "version": "0.1.6", "description": "A set of common utilities for slice machine libraries", "typings": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "lint": "eslint .", "audit": "better-npm-audit audit -l high -p", "audit-fix": "npm audit fix" }, "repository": { "type": "git", "url": "git+https://github.com/prismicio/sm-commons.git" }, "keywords": [ "Prismic", "slices" ], "author": "Hugo Villain", "license": "ISC", "bugs": { "url": "https://github.com/prismicio/sm-commons/issues" }, "homepage": "https://github.com/prismicio/sm-commons#readme", "dependencies": { "consola": "^2.11.3", "deepmerge": "^4.2.2", "expect.js": "^0.3.1" }, "gitHead": "ec6f9cd625377d9badfc3925c59edc66b58462bf", "devDependencies": { "better-npm-audit": "^3.4.0", "eslint": "^7.32.0" } }