-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 873 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 873 Bytes
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
{
"name": "@lad-tech/config",
"version": "1.0.0",
"description": "Система конфигурации",
"main": "index.js",
"types": "types/config.d.ts",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "metatests tests --dependentSubtests=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lad-tech/config.git"
},
"keywords": [
"config",
"lad-tech"
],
"author": "eawapownikov@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/lad-tech/config/issues"
},
"homepage": "https://github.com/lad-tech/config/README.md",
"devDependencies": {
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/npm": "^9.0.1",
"metatests": "^0.8.2",
"semantic-release": "^19.0.5"
}
}