forked from imcuttle/mometa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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
46
47
48
49
50
{
"name": "@mometa/fs-handler",
"version": "0.0.29",
"publishConfig": {
"access": "public"
},
"author": "imcuttle <[email protected]>",
"description": "代码操作转换核心逻辑,如删除、移动、替换、插入等",
"main": "lib",
"types": "types",
"module": "es",
"files": [
"lib",
"es",
"types"
],
"scripts": {
"test": "../../scripts/run test",
"build": "../../scripts/run build",
"packlimit": "../../scripts/run packlimit",
"dev": "npm run build -- --watch",
"prepare": "npm run build",
"prepublishOnly": "npm run packlimit",
"version": "npm test && npm run packlimit"
},
"dependencies": {
"@babel/core": "^7.16.5",
"lodash.groupby": "^4.6.0",
"memoize-fn": "^2.0.1",
"pify": "^4.0.1",
"prettier": "^2.5.1",
"run-seq": "^1.0.4"
},
"devDependencies": {
"@mometa/materials-generator": "^0.0.29"
},
"keywords": [
"imcuttle",
"fs-handler",
"imcuttle",
"mometa",
"mometa"
],
"repository": {
"type": "git",
"url": "git+https://github.com/imcuttle/mometa.git",
"directory": "packages/fs-handler"
},
"gitHead": "333b833f49286bef901694a6f84b1248131098a0"
}