-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 Bytes
/
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
{
"name": "snow-fall-effect",
"version": "1.3.8",
"main": "dist/index.js",
"keywords": [
"snow",
"fall",
"snowfall",
"snow-fall",
"snowfall.js",
"snow-fall.js",
"website-snow-fall",
"website-snowfall",
"website-winter-effect"
],
"repository": "https://github.com/ahmetilhan24/snow-fall.git",
"author": "Ahmet ilhan <[email protected]>",
"license": "MIT",
"private": false,
"description": "snowfall effect script for website",
"scripts": {
"build": "webpack",
"build:watch": "tsc --watch"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "8.27.0",
"ts-loader": "^9.4.1",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-node-externals": "^3.0.0"
}
}