forked from itharbors/workflow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 858 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
33
34
35
{
"name": "@creator/workflow",
"version": "0.2.8",
"description": "",
"main": "./dist/index.js",
"scripts": {
"build": "tsc",
"test": "node --test ./test/*.js",
"ci": "npm install && npm run build && npm run test"
},
"author": "VisualSJ",
"publishConfig": {
"access": "public"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^20.9.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-prettier": "^5.0.1",
"less": "^4.2.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@itharbors/structures": "^1.0.2",
"@types/download": "^8.0.5",
"@types/fs-extra": "^11.0.4",
"chalk": "^4.1.2",
"download": "^8.0.0",
"fs-extra": "^11.1.1",
"v-unzip": "^1.1.0",
"workflow-extra": "^0.2.7"
}
}