-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 796 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 796 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
{
"name": "@alexeyp0708/argv_patterns",
"version": "0.0.2",
"description": "cli line compare in argv patterns",
"type": "module",
"main": "src/export.js",
"scripts": {
"test": "npx qunit-m tests/qunit/test_*.js",
"jsdoc": "npx jsdoc ./src ./README.md src -d docs -c docs/jsdoc_conf.json"
},
"author": "Pakhomov Alexey <alexeyp0708@gmail.com>",
"license": "MIT",
"devDependencies": {
"@alexeyp0708/qunit_run_module_es6": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ALexeyP0708/js_argv_patterns.git"
},
"bugs": {
"url": "https://github.com/ALexeyP0708/js_argv_patterns/issues"
},
"homepage": "https://github.com/ALexeyP0708/js_argv_patterns",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}