-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@rc-component/np",
"version": "1.0.4",
"description": "🚀 Release helper for rc-component packages.",
"keywords": [
"publish"
],
"homepage": "https://github.com/react-component/np",
"bugs": {
"url": "https://github.com/react-component/np/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:react-component/np.git"
},
"license": "MIT",
"author": {
"name": "yiminghe@gmail.com"
},
"main": "./lib/index",
"module": "./es/index",
"typings": "es/index.d.ts",
"bin": {
"rc-np": "./bin/np.mjs"
},
"files": [
"lib",
"es"
],
"scripts": {
"compile": "father build",
"prepublishOnly": "npm run compile",
"test": "npm run compile && npm run test:only",
"test:only": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runInBand"
},
"dependencies": {
"@inquirer/prompts": "^7.2.3",
"babel-jest": "^30.4.1",
"chalk": "^4.1.2",
"escape-goat": "^4.0.0",
"fs-extra": "^10.1.0",
"jest": "^30.4.2",
"open": "^10.1.0",
"semver": "^7.6.3",
"simple-git": "^3.27.0",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^26.0.1",
"eslint": "^9.39.4",
"father": "^4.6.24",
"prettier": "^3.9.4",
"typescript": "^6.0.3"
},
"engines": {
"node": ">=18.x"
},
"type": "module"
}