-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.07 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
{
"name": "layer-crafter",
"version": "1.0.7",
"description": "",
"main": "build/cli.js",
"types": "build/index.d.ts",
"module": "build/cli.mjs",
"files": [
"build"
],
"bin": {
"crafter": "build/cli.js"
},
"scripts": {
"pub": "tsc && npm version patch && npm publish",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/ashenoooone/layer-crafter"
},
"bugs": {
"url": "https://github.com/ashenoooone/layer-crafter/issues"
},
"keywords": [
"fsd",
"autogen",
"fsd-autogen",
"layers",
"layers-autogen"
],
"author": "Roman Gontar",
"license": "MIT",
"dependencies": {
"@types/fs-extra": "^11.0.4",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"typescript": "^5.4.5"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^20.12.12",
"rollup": "^2.79.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0"
}
}