Files
rubic-cube/node_modules/rubiks-js/package.json

41 lines
850 B
JSON

{
"name": "rubiks-js",
"version": "1.0.0",
"type": "module",
"description": "A rubiks cube with no dependencies. Can use custom images for faces. The state of the cube can be safed.",
"keywords": [
"rubiks",
"cube",
"rubiks cube",
"3x3x3",
"3x3",
"state",
"jsdoc",
"image",
"picture",
"touch",
"mobile",
"phone"
],
"homepage": "https://github.com/pedeEli/rubiks/blob/main/packages/rubiks/README.md",
"bugs": {
"url": "https://github.com/pedeEli/rubiks/issues"
},
"license": "MIT",
"author": {
"name": "Elias Gerster"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pedeEli/rubiks.git"
},
"main": "./src/index.js",
"scripts": {
"check": "tsc",
"publish": "npm publish"
},
"devDependencies": {
"typescript": "^5.4.3"
}
}