-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "seamless-texture-generator",
"version": "1.4.30",
"description": "Seamless texture generator",
"homepage": "https://github.com/schalkt/tgen/",
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production",
"init": "npm prune && npm update && npm audit fix && npm run development",
"release": "npm --no-git-tag-version version patch && npm run production",
"test": "node ./node_modules/mocha/bin/mocha",
"pretty": "prettier --write \"./**/*.{js,css,html,json}\""
},
"repository": {
"type": "git",
"url": "https://github.com/schalkt/tgen.git"
},
"keywords": [
"texture",
"generator",
"javascript",
"seamless",
"image",
"pattern"
],
"author": "Tamas Schalk (https://github.com/schalkt)",
"license": "MIT",
"main": "index.js",
"devDependencies": {
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"i": "^0.3.7",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"mocha": "11.0.1",
"pngjs": "7.0.0",
"resolve-url-loader": "^5.0.0"
}
}