UNPKG

platformatic

Version:
48 lines 1.26 kB
{ "name": "platformatic", "version": "3.29.1", "description": "Platformatic CLI", "type": "module", "bin": { "platformatic": "bin/platformatic.js", "plt": "bin/plt.js" }, "homepage": "https://docs.platformatic.dev/", "author": "Platformatic Inc. <oss@platformatic.dev> (https://platformatic.dev)", "repository": { "type": "git", "url": "git+https://github.com/platformatic/platformatic.git" }, "license": "Apache-2.0", "keywords": [ "platformatic", "GraphQL", "OpenAPI", "SQLite", "PostgreSQL", "MySQL", "MariaDB", "fastify", "mercurius" ], "devDependencies": { "c8": "^10.0.0", "cleaner-spec-reporter": "^0.5.0", "eslint": "9", "license-checker": "^25.0.1", "neostandard": "^0.12.0", "typescript": "^5.5.3" }, "dependencies": { "wattpm": "3.29.1", "@platformatic/foundation": "3.29.1" }, "engines": { "node": ">=22.19.0" }, "scripts": { "test": "node --test --test-reporter=cleaner-spec-reporter --test-concurrency=1 --test-timeout=2000000 test/*.test.js test/**/*.test.js", "lint": "eslint", "license": "license-checker --production --onlyAllow 'Apache-2.0;MIT;ISC;BSD-2-Clause;BSD-3-Clause;CC-BY-4.0;BlueOak-1.0.0'" } }