-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.58 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
47
48
49
50
51
52
53
{
"name": "@tablecheck/locales",
"description": "TableCheck's shared locale definition files",
"license": "MIT",
"author": "TableCheck Inc.",
"homepage": "https://github.com/tablecheck/locales#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tablecheck/locales.git"
},
"bugs": {
"url": "https://github.com/tablecheck/locales/issues"
},
"version": "2.1.0",
"keywords": [
"locales"
],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"files": [
"lib"
],
"scripts": {
"audit": "tablecheck-scripts auditjs",
"audit:ci": "tablecheck-scripts auditjs --ci",
"build": "tablecheck-scripts build-lib",
"coverage-summary": "tablecheck-scripts coverage-summary",
"format": "tablecheck-scripts lint --fix --skip-typescript",
"lint": "tablecheck-scripts lint",
"prepare": "npm run build",
"test": "tablecheck-scripts test --coverage --env=jsdom",
"test:watch": "tablecheck-scripts test --env=jsdom",
"tsc": "tablecheck-scripts tsc",
"tsc:watch": "tablecheck-scripts tsc -w"
},
"devDependencies": {
"@auto-it/all-contributors": "11.1.6",
"@auto-it/first-time-contributor": "11.1.6",
"@auto-it/npm": "11.1.6",
"@auto-it/released": "11.1.6",
"@auto-it/slack": "11.1.6",
"@commitlint/cli": "11.0.0",
"@tablecheck/commitlint-config": "1.0.2",
"@tablecheck/scripts": "1.1.3",
"auditjs": "4.0.28",
"auto": "11.1.6",
"babel-preset-razzle": "4.0.5",
"husky": "7.0.1",
"prettier": "2.3.2",
"typescript": "4.3.5"
}
}