-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 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
45
46
{
"private": true,
"workspaces": [
"packages/**"
],
"name": "plugins",
"version": "0.0.0",
"author": "buns <kuafujs@126.com>",
"license": "MIT",
"scripts": {
"test": "node ./scripts/test.mjs",
"build": "siu build --format=es,cjs",
"release": "node ./scripts/release.js",
"release:dry": "node ./scripts/release.js --dry-run"
},
"siu": {
"pkgsOrder": "auto"
},
"repository": {
"type": "git",
"url": "git+https://github.com/siujs/plugins.git"
},
"bugs": {
"url": "https://github.com/siujs/plugins/issues"
},
"devDependencies": {
"@siujs/builtin-publish": "1.0.0-beta.13",
"@siujs/cli": "1.0.0-beta.13",
"@siujs/core": "1.0.0-beta.13",
"@types/jest": "26.0.20",
"@types/node": "14.14.22",
"@typescript-eslint/eslint-plugin": "4.14.0",
"@typescript-eslint/parser": "4.14.0",
"chalk": "^4.1.0",
"cross-env": "7.0.3",
"eslint": "7.18.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"jest": "26.6.3",
"minimist": "^1.2.5",
"prettier": "2.2.1",
"ts-jest": "26.4.4",
"typescript": "4.1.3"
},
"dependencies": {}
}