-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.58 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.58 KB
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
{
"name": "warehouse-operational-assistant",
"version": "1.0.0",
"description": "*NVIDIA Blueprint–aligned multi-agent assistant for warehouse operations.*",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"semantic-release": "semantic-release",
"commit": "git-cz",
"prepare": "husky install",
"release": "semantic-release",
"changelog": "npx conventional-changelog-cli -p conventionalcommits -i CHANGELOG.md -s",
"version": "echo 'Version script removed - use semantic-release for versioning'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/T-DevH/Multi-Agent-Intelligent-Warehouse.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"type": "commonjs",
"bugs": {
"url": "https://github.com/T-DevH/Multi-Agent-Intelligent-Warehouse/issues"
},
"homepage": "https://github.com/T-DevH/Multi-Agent-Intelligent-Warehouse#readme",
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.6",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "^9.1.0",
"cz-conventional-changelog": "^3.3.0",
"husky": "^9.1.7"
},
"dependencies": {
"license-checker": "^25.0.1"
}
}