UNPKG

@spotify/web-scripts

Version:

Build, lint, test, format, and release your JS/TS library.

71 lines (70 loc) 1.94 kB
{ "name": "@spotify/web-scripts", "version": "15.0.0", "license": "Apache-2.0", "description": "Build, lint, test, format, and release your JS/TS library.", "repository": { "type": "git", "url": "git+https://github.com/spotify/web-scripts.git" }, "main": "cjs/index.js", "module": "esm/index.js", "types": "types", "bin": { "web-scripts": "./bin/web-scripts" }, "files": [ "bin", "cjs", "config", "esm", "types" ], "scripts": { "clean": "rm -rf cjs esm types", "build": "node ./bin/web-scripts build", "test": "node ./bin/web-scripts test", "lint": "node ./bin/web-scripts lint", "format": "node ./bin/web-scripts format", "bootstrap": "yarn run clean && tsc --allowJs --outDir cjs --noEmit false --module CommonJS", "prepublishOnly": "yarn run bootstrap && yarn run build" }, "dependencies": { "@commitlint/cli": "^17.6.3", "@commitlint/config-conventional": "^17.6.3", "@spotify/eslint-config": "^15.0.0", "@spotify/prettier-config": "^15.0.0", "@spotify/tsconfig": "^15.0.0", "@spotify/web-scripts-utils": "^15.0.0", "@types/cross-spawn": "^6.0.0", "@types/debug": "^4.1.2", "@types/jest": "^29.5.1", "@types/react": "^18.2.6", "commander": "^10.0.1", "commitizen": "^4.2.6", "cross-spawn-promise": "^0.10.1", "cz-conventional-changelog": "^3.3.0", "debug": "^4.1.1", "eslint": "^8.40.0", "jest": "^29.5.0", "jest-junit": "^16.0.0", "lint-staged": "^13.2.2", "prettier": "^2.8.8", "semantic-release": "^21.0.2", "ts-jest": "^29.1.0", "typescript": "^5.0.4" }, "devDependencies": { "@types/rimraf": "^3.0.0", "object.fromentries": "^2.0.0", "rimraf": "^3.0.0", "tempy": "^1.0.1" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=18" }, "gitHead": "6d8c06336804882c5f32ad796859fcb02dceb093" }