UNPKG

@onify/flow-script-functions

Version:
45 lines (44 loc) 1.02 kB
{ "name": "@onify/flow-script-functions", "version": "1.0.0", "description": "Onify Script Functions", "main": "dist/index.js", "scripts": { "build": "rimraf dist && tsc", "start": "node dist/index.js", "dev": "nodemon --exec ts-node index.ts --watch src", "test": "jest --verbose", "coverage": "jest --coverage", "release": "git tag v$npm_package_version && git push --tags" }, "keywords": [ "onify", "javascript", "script", "functions", "typescript" ], "author": { "name": "Onify", "url": "https://github.com/onify" }, "license": "MIT", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.20", "jest": "^29.7.0", "nodemon": "^3.1.0", "prettier": "^3.2.5", "rimraf": "^5.0.5", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/onify/flow-script-functions.git" }, "files": [ "dist" ] }