-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
{
"name": "@everlutionsk/ajaxcom",
"version": "3.3.0",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"description": "Ajaxcom JS library",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/everlutionsk/ajaxcom-js.git"
},
"main": "dist/ajaxcom.js",
"scripts": {
"build": "rm -rf ./dist && tsc",
"checkup": "opinionated checkup",
"prepublishOnly": "rm -rf ./dist && tsc",
"watch": "tsc --watch"
},
"files": [
"dist"
],
"devDependencies": {
"@deftomat/opinionated": "^0.9.0",
"prettier": "^2.6.2",
"typescript": "^4.6.0"
},
"contributors": [
{
"name": "Ivan Barlog",
"email": "[email protected]"
},
{
"name": "Miroslav Demovic",
"email": "[email protected]"
},
{
"name": "Tomas Szabo",
"email": "[email protected]"
}
],
"prettier": "@deftomat/opinionated/configs/prettier.config.js",
"volta": {
"node": "18.12.1",
"yarn": "1.22.19"
}
}