-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 859 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": "rubik-main",
"version": "2.3.2",
"description": "Main Rubik for your app",
"main": "index.js",
"files": [
"index.js",
"lib/",
"!**/*.test.js"
],
"scripts": {
"test": "jest",
"watch": "jest --watch",
"lint": "eslint ./",
"tarball": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";",
"prepublishOnly": "yarn tarball"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ya-kostik/Rubik.git"
},
"author": "Constatin T.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ya-kostik/Rubik/issues"
},
"homepage": "https://github.com/ya-kostik/Rubik#readme",
"devDependencies": {
"eslint": "^8.1.0",
"jest": "^27.3.1"
},
"dependencies": {
"hooks-mixin": "^1.3.0",
"lodash": "^4.17.21"
}
}