UNPKG

@servable/tools

Version:

Servable tools is a utility that builds a protocol's manifest and documents it.

107 lines (106 loc) 2.9 kB
{ "name": "@servable/tools", "type": "module", "source": "src/index.js", "main": "src/index.js", "version": "1.6.1", "description": "Servable tools is a utility that builds a protocol's manifest and documents it.", "author": "Servable Community", "license": "ISC", "bugs": { "url": "https://github.com/servable-core/tools/issues" }, "homepage": "https://github.com/servable-core/tools#readme", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "publishConfig": { "access": "public" }, "scripts": { "test_": "echo \"Error: no test specified\" && exit 1", "semantic-release": "semantic-release", "acp": "git add . && npm run commit && git push", "commit": "git-cz", "size": "size-limit", "analyze": "size-limit --why", "start": "microbundle-crl watch --no-compress --format modern,cjs", "prepare_": "run-s build", "test": "run-s test:unit test:lint test:build", "test:build": "run-s build", "test:lint": "eslint .", "test:unit_": "cross-env CI=1 react-scripts test --env=jsdom", "test:unit": "yarn node --require=dotenv/config --experimental-vm-modules --experimental-specifier-resolution=node $(yarn bin jest) --config ./jest.config.json", "test:watch": "react-scripts test --env=jsdom" }, "repository": { "type": "git", "url": "https://github.com/servable-core/tools.git" }, "keywords": [ "server", "servable" ], "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "size-limit": [ { "path": "dist/index.js", "limit": "600 KB" }, { "path": "dist/index.modern.js", "limit": "600 KB" }, { "path": "dist/index.umd.js", "limit": "600 KB" } ], "dependencies": { "fast-glob": "^3.3.2", "fs-extra": "^11.2.0", "fse": "^4.0.1", "git-url-parse": "^13.1.1", "json2md": "^2.0.0", "mime": "^4.0.0", "parse-comments": "^1.0.0", "path-sanitizer": "^2.0.0", "semver": "^7.5.4", "jimp": "^1.6.0", "underscore": "^1.13.3" }, "devDependencies": { "@size-limit/preset-small-lib": "^4.10.2", "cz-conventional-changelog": "^3.3.0", "eslint": "^6.8.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "husky": "^6.0.0", "jest": "^29.7.0", "npm-run-all": "^4.1.5", "prettier": "^2.0.4", "semantic-release": "^23.0.0", "size-limit": "^4.10.2" } }