-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
46
{
"name": "scriptable-utils",
"version": "2.2.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "source ./scripts.sh; test",
"tsc": "clear; tsc",
"tscw": "clear; tsc -w",
"lint": "source ./scripts.sh; lint",
"lint_compact": "source ./scripts.sh; lint_compact",
"build": "rm -rf ./dist;tsc --declaration",
"release": "yarn build; np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsloat/scriptable-utils.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.23",
"@types/scriptable-ios": "^1.7.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-formatter-summary": "^1.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-unicorn": "^48.0.1",
"madge": "^6.1.0",
"np": "^7.6.3",
"prettier": "^3.0.2",
"tslib": "^2.6.2",
"typescript": "^4.6.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://sloat.life/#/scriptable-utils"
}