UNPKG

@winner-fed/winner-deploy

Version:

Generate a publication deployed by the See platform

57 lines 1.14 kB
{ "name": "@winner-fed/winner-deploy", "version": "4.3.7", "description": "Generate a publication deployed by the See platform", "keywords": [ "winner", "see", "deploy" ], "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "type": "module", "author": "winner-fed", "license": "MIT", "sideEffects": false, "files": [ "dist", "templates", "TYPE.md" ], "dependencies": { "@babel/core": "7.19.6", "archiver": "3.1.1", "chalk": "4.1.2", "fs-extra": "10.1.0", "lodash.template": "4.5.0", "rimraf": "5.0.10", "xml": "1.0.1" }, "devDependencies": { "@types/fs-extra": "^9.0.13", "@types/lodash.template": "^4.5.1", "@types/node": "^16.10.1", "tsup": "^8.5.0" }, "scripts": { "dev": "tsup --watch", "build": "tsup", "typecheck": "tsc --noEmit" } }