-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 837 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 837 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
{
"name": "cssville-generators",
"version": "0.9.3",
"description": "",
"files": [
"LICENSE.md",
"build",
"gen"
],
"scripts": {
"build:node": "webpack --config webpack.config.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",
"npm-run-all": "^4.1.5",
"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"
}
}