UNPKG

@nasriya/postbuild

Version:

A package that does some tasks after compilation

50 lines 1.12 kB
{ "name": "@nasriya/postbuild", "version": "1.1.5", "description": "A package that does some tasks after compilation", "main": "main.js", "type": "module", "bin": { "postbuild-init": "./bin/init.js", "postbuild": "./bin/run.js" }, "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/nasriyasoftware/PostBuild.git" }, "maintainers": [ { "name": "Ahmad Nasriya", "email": "ahmad@nasriya.net", "url": "https://www.linkedin.com/in/ahmadnasriya/" } ], "keywords": [ "TypeScript", "TSC", "Babel", "NodeJS", "CommonJS", "ESM", "EcmaScript" ], "author": "Nasriya Software, LLC.", "license": "Nasriya License", "bugs": { "url": "https://github.com/nasriyasoftware/PostBuild/issues" }, "homepage": "https://github.com/nasriyasoftware/PostBuild#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.1.0", "jest": "^29.7.0", "ts-jest": "^29.2.4" }, "funding": { "type": "individual", "url": "https://fund.nasriya.net/" } }