UNPKG

@stellarwp/tyson

Version:

Create and manage custom configurations to build projects with @wordpress/scripts.

49 lines (48 loc) 1.35 kB
{ "name": "@stellarwp/tyson", "version": "0.0.12", "description": "Create and manage custom configurations to build projects with @wordpress/scripts.", "main": "dist/index.js", "bin": { "tyson": "bin/tyson" }, "scripts": { "build": "tsc", "start": "tsc --watch", "format": "prettier --write 'src/**/*.{ts,tsx}' 'tests/**/*.{ts,tsx}' package.json jest.config.js tsconfig.json", "format:check": "prettier --check 'src/**/*.{ts,tsx}' 'tests/**/*.{ts,tsx}' package.json jest.config.js tsconfig.json", "test": "jest", "pre-commit": "npm run format:check && npm run build && npm run test" }, "keywords": [ "stellarwp", "wordpress", "plugin", "build", "wp-scripts" ], "author": "StellarWP Team <info@stellarwp.com> (https://www.stellarwp.com)", "license": "GPL-2.0-or-later", "repository": { "type": "git", "url": "git+https://github.com/stellarwp/tyson.git" }, "bugs": { "url": "https://github.com/stellarwp/tyson/issues" }, "homepage": "https://github.com/stellarwp/tyson", "dependencies": { "@types/webpack": "^5.28.5" }, "devDependencies": { "@types/jest": "^29.5.14", "jest": "^29.6.4", "prettier": "^3.4.2", "ts-jest": "^29.2.5", "typescript": "^5.7.3", "yargs": "^17.7.2" }, "directories": { "test": "tests" } }