-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1018 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
36
{
"name": "sr-scrambler",
"version": "2.0.3",
"description": "utilitiy to generate scrambles for twisty puzzles (rubiks cube, megaminx, pyraminx, skewb, square1)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production --config webpack.config.js",
"dev": "webpack --progress --watch --mode development --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tdecker91/srScrambler.git"
},
"keywords": [
"javascript",
"rubiks",
"cube",
"scrambler",
"scramble",
"generator"
],
"author": "tyson.decker@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/tdecker91/srScrambler/issues"
},
"homepage": "https://github.com/tdecker91/srScrambler#readme",
"devDependencies": {
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}