-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 909 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
36
37
38
39
40
{
"name": "goodstory",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": false,
"scripts": {
"build": "node scripts/build.mjs",
"release": "node scripts/publish.mjs",
"test": "node scripts/test.mjs",
"init": "pnpm i",
"clean": "rimraf node_modules",
"lint": "eslint --ignore-pattern **/__tests__/* --ignore-pattern **/demo/* ./packages/*/src/**/*.ts --cache"
},
"keywords": [
"story",
"utils",
"eslint",
"cli"
],
"author": "sonxiaopeng",
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
"pnpm": ">=7.12.2"
},
"devDependencies": {
"@types/jest": "^29.5.1",
"jest": "^29.5.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {
"execa": "^7.1.1",
"marked": "^12.0.1",
"ora": "^6.3.0",
"story-beauty": "workspace:^1.0.0"
}
}