UNPKG

trifid-plugin-spex

Version:
47 lines (46 loc) 982 B
{ "name": "trifid-plugin-spex", "description": "Trifid SPEX plugin", "type": "module", "main": "index.js", "version": "3.0.0", "license": "Apache-2.0", "homepage": "https://github.com/zazuko/trifid", "repository": { "type": "git", "url": "https://github.com/zazuko/trifid.git", "directory": "packages/spex" }, "bugs": { "url": "https://github.com/zazuko/trifid/issues" }, "scripts": { "test": "c8 --all --reporter=lcovonly --reporter=text node --test **/*.test.js" }, "dependencies": { "@fastify/static": "^8.1.1", "@zazuko/spex": "^0.2.2", "import-meta-resolve": "^4.1.0" }, "author": { "name": "Zazuko GmbH", "url": "https://zazuko.com/" }, "keywords": [ "trifid", "trifid-plugin", "spex" ], "files": [ "index.js", "views/" ], "devDependencies": { "c8": "^10.1.3", "trifid-core": "^5.1.1" }, "publishConfig": { "access": "public", "provenance": true } }