forked from less/less.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@less/root",
"private": true,
"version": "4.6.7",
"description": "Less monorepo",
"homepage": "http://lesscss.org",
"scripts": {
"lint": "eslint packages/less --ext .js,.ts",
"lint:fix": "eslint packages/less --ext .js,.ts --fix",
"publish": "node scripts/bump-and-publish.js",
"publish:dry-run": "DRY_RUN=true node scripts/bump-and-publish.js",
"publish:beta": "node scripts/publish-beta.js",
"prepare": "husky",
"changelog": "github-changes -o less -r less.js -a --only-pulls --use-commit-body -m \"(YYYY-MM-DD)\"",
"test": "cd packages/less && npm test",
"test:node": "cd packages/less && npm run test:node",
"test:release": "node scripts/test-release-automation.js",
"postinstall": "npx only-allow pnpm"
},
"author": "Alexis Sellier <self@cloudhead.net>",
"contributors": [
"The Core Less Team"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/less/less.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/less/less.js.git"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"all-contributors-cli": "~6.26.1",
"eslint": "^7.29.0",
"github-changes": "^1.1.2",
"husky": "~9.1.7",
"npm-run-all": "^4.1.5",
"playwright": "1.50.1",
"semver": "^6.3.1"
},
"packageManager": "pnpm@9.15.9"
}