blob: 40622a8949fb68a3ef467128351806320cee1d6c [file] [log] [blame]
{
"name": "pkgsite",
"license": "BSD-3-Clause",
"repository": {
"url": "https://go.googlesource.com/pkgsite"
},
"private": true,
"scripts": {
"license-check": "jsgl --local .",
"lint": "run-s --continue-on-error \"lint:* -- {1}\" -- ",
"lint:css": "stylelint static/**/*.css",
"lint:ts": "eslint static --ext .ts",
"test": "run-s --continue-on-error test:*",
"test:typecheck": "tsc --noEmit",
"test:unit": "jest static",
"e2e": "jest e2e"
},
"dependencies": {
"@types/jest": "26.0.16",
"@types/jest-image-snapshot": "4.1.3",
"@types/marked": "^2.0.2",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "6.14.0",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-prettier": "3.3.0",
"jest": "^27.3.1",
"jest-circus": "^27.3.1",
"jest-environment-node": "^27.3.1",
"jest-image-snapshot": "4.2.0",
"js-green-licenses": "2.0.1",
"marked": "2.0.3",
"npm-run-all": "4.1.5",
"postcss": "^8.3.2",
"prettier": "2.1.2",
"puppeteer": "10.1.0",
"stylelint": "13.8.0",
"stylelint-config-prettier": "8.0.2",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-standard": "20.0.0",
"stylelint-order": "4.1.0",
"stylelint-prettier": "1.1.2",
"ts-jest": "^27.0.7",
"typescript": "4.0.3"
}
}