-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "@kaffee/moretta",
"version": "1.0.22",
"description": "",
"main": "index.js",
"scripts": {
"test": "ts-node --esm --experimental-specifier-resolution=node ./src/bin.ts",
"build": "pnpm rollup -c",
"ipublish": "pnpm publish --no-git-checks --registry https://registry.npmjs.org/ --access public",
"prepublish": "pnpm build"
},
"bin": {
"moretta": "./dist/bin.js"
},
"keywords": [
"cli"
],
"author": "Rikka",
"type": "module",
"license": "GPLV3",
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@rollup/plugin-babel": "^5.3.1",
"@types/eslint": "^8.4.5",
"@types/node": "^16",
"eslint": "^8.20.0",
"rollup": "^2.76.0",
"rollup-plugin-typescript2": "^0.32.1",
"stylelint": "^14.9.1",
"ts-node": "^10.8.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@kaffee/espresso": "^1.0.6",
"@types/lodash-es": "^4.17.6",
"ansicolor": "^1.1.100",
"cli-table3": "^0.6.2",
"dayjs": "^1.11.3",
"lodash-es": "^4.17.21",
"node-fetch": "^3.2.8",
"core-js": "^3.24.1"
}
}