UNPKG

snow-falls

Version:

The snow falls and the wind blows

43 lines (42 loc) 1.01 kB
{ "name": "snow-falls", "version": "1.2.0", "description": "The snow falls and the wind blows", "main": "index.js", "types": "lib/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "webpack --mode=production", "dev": "webpack serve --open", "pub": "npm publish", "patch": "npm version patch" }, "repository": { "type": "git", "url": "git+https://github.com/cct124/snow-falls.git" }, "keywords": [ "canvas", "snow", "pixi", "下雪", "动画", "雪花" ], "author": "Jane", "license": "MIT", "bugs": { "url": "https://github.com/cct124/snow-falls/issues" }, "homepage": "https://github.com/cct124/snow-falls#readme", "devDependencies": { "ts-loader": "^9.2.6", "typescript": "^4.5.4", "webpack": "^5.66.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.3" }, "dependencies": { "pixi.js": "^6.2.1" } }