UNPKG

fql-toolkit

Version:
28 lines (27 loc) 538 B
{ "name": "fql-toolkit", "version": "3.3.6", "description": "Fql Toolkit", "main": "./src/index.js", "type": "module", "scripts": { "start": "node ./src/index.js", "test": "jest" }, "keywords": [ "fql" ], "author": "Leandro Hernandez", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/altmoket/fql-toolkit.git" }, "homepage": "https://github.com/altmoket/fql-toolkit#Readme.md", "files": [ "src/" ], "devDependencies": { "jest": "^27.0.6" } }