forked from cssville/generators
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 943 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 943 Bytes
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
{
"name": "cssville-generators",
"version": "0.3.2",
"description": "",
"files": [
"LICENSE.md",
"build",
"gen"
],
"scripts": {
"build:node": "webpack --config webpack.node.js",
"build:ts": "tsc",
"deploy-prepare": "npm-run-all build:node build:ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssville/cssville.git"
},
"keywords": [],
"author": "elv1s42",
"license": "MIT",
"bugs": {
"url": "https://github.com/cssville/cssville/issues"
},
"homepage": "https://cssville.xyz",
"devDependencies": {
"@types/node": "^16.18.58",
"copyfiles": "^2.4.1",
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"ts-loader": "^9.5.0",
"typescript": "^5.3.0-dev.20231013",
"webpack": "^5.88.2",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"dts-bundle-webpack": "^1.0.2",
"webpack-merge": "^5.9.0"
}
}