UNPKG

@handfish/hygen

Version:

The scalable code generator that saves you time.

94 lines (93 loc) 2.74 kB
{ "name": "@handfish/hygen", "version": "6.1.6", "main": "dist/index.js", "repository": "https://github.com/jondot/hygen", "bin": { "hygen": "./dist/bin.js" }, "scripts": { "standalone": "rm -rf standalone; yarn build:lib && yarn pkg package.json --out-path standalone && node scripts/standalone.js", "standalone:brew-sha": "shasum -a 256 standalone/*.macos.*.tar.gz", "build:changelog": "conventional-changelog -i CHANGELOG.md -p angular > CHANGELOG.md", "build:lib": "tsc", "build:watch": "tsc -w", "build": "yarn build:lib && yarn build:changelog", "release": "yarn build && git commit -am 'build'; yarn version && git push --tags && git push origin master", "test:win32": "yarn jest --runInBand --testPathIgnorePatterns '.*metaverse-conditional.*'", "test": "yarn test:code && yarn test:require", "test:code": "yarn jest --runInBand", "test:require": "node dist/bin.timed.js; node dist/bin.timed.js; node dist/bin.timed.js init self; rm -rf _templates", "watch": "yarn jest --watch", "hygen": "ts-node src/bin.ts", "hygen:build": "node dist/bin.js", "hygen:timed": "node dist/bin.timed.js", "docs:prepare": "cd hygen.io && yarn", "docs:watch": "cd hygen.io && yarn start", "docs:build": "cd hygen.io && yarn build", "docs:publish": "cd hygen.io && yarn deploy" }, "dependencies": { "@types/node": "^14.14.41", "chalk": "^4.1.1", "change-case": "^3.1.0", "debug": "^4.3.1", "ejs": "^3.1.3", "enquirer": "^2.3.6", "execa": "^5.0.0", "front-matter": "^4.0.2", "fs-extra": "^9.1.0", "ignore-walk": "^3.0.3", "inflection": "^1.12.0", "yargs-parser": "^20.2.7" }, "devDependencies": { "@types/jest": "^26.0.22", "@types/node": "^14.14.41", "conventional-changelog-cli": "^2.0.34", "dir-compare": "^2.3.0", "gh-pages": "^3.1.0", "jest": "^26.6.3", "pkg": "^5.0.0", "time-require": "^0.1.2", "ts-jest": "^26.5.5", "ts-node": "^9.1.1", "typescript": "^4.2.4", "zeroconf-typescript-eslint": "^2.4.0", "react": "17" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "src/__tests__/.*\\.spec\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ] }, "pkg": { "scripts": "dist/**/*.js", "assets": "src/**/*", "outPath": "standalone", "targets": [ "node14-macos", "node14-linux", "node14-win" ] }, "license": "MIT", "description": "The scalable code generator that saves you time.", "keywords": [ "template", "generator", "hygen", "boilerplate", "redux", "react" ] }