-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
32 lines (32 loc) · 960 Bytes
/
package.json
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
{
"name": "web-fundamentals",
"version": "1.0.0",
"description": "## Настройка репозитория",
"main": "index.js",
"scripts": {
"print-tools": "node ./utils/print-tools.js",
"preinstall": "npx only-allow pnpm",
"format": "prettier --write .",
"test-all": "pnpm print-tools && pnpm --filter ./tasks/** --workspace-concurrency=1 test",
"ci-test-selected": "pnpm print-tools && pnpm test-task",
"submit-task": "./utils/submit-task/index.js",
"test-task": "./utils/test-task/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DimaAmega/web-fundamentals.git"
},
"author": "DimaAmega",
"license": "MIT",
"bugs": {
"url": "https://github.com/DimaAmega/web-fundamentals/issues"
},
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"homepage": "https://github.com/DimaAmega/web-fundamentals#readme",
"devDependencies": {
"prettier": "^2.8.4"
}
}