-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "@zestia/position-utils",
"version": "7.0.6",
"description": "Basic utils for positioning elements",
"scripts": {
"test": "npm run lint && testem ci",
"lint": "npm run lint:js && npm run lint:css && npm run lint:prettier",
"lint:js": "eslint .",
"lint:css": "stylelint '**/*.{css,scss}'",
"lint:prettier": "prettier . --check",
"release": "release-it"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/zestia/position-utils.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"engines": {
"node": ">= 12"
},
"author": "Zestia",
"license": "MIT",
"devDependencies": {
"@zestia/eslint-config": "^5.3.0",
"@zestia/prettier-config": "^1.3.1",
"@zestia/stylelint-config": "^5.3.2",
"qunit": "^2.20.0",
"release-it": "^17.0.1",
"testem": "^3.11.0"
},
"bugs": {
"url": "https://github.com/zestia/position-utils/issues"
},
"homepage": "https://github.com/zestia/position-utils"
}