-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.42 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
{
"name": "node-package-tools",
"version": "1.0.3",
"homepage": "https://github.com/caoshouse/node-package-tools#readme",
"description": "Autogenerates README.md",
"repository": "github:caoshouse/node-package-tools.git",
"private": false,
"main": "./dist/main.js",
"scripts": {
"readme:build": "node -e \"require('./dist/main.js').PackageConverter.getPackage('./').loadTemplateFromFile('./READMETemplate.hbs').saveMD('README.md')\"",
"docs:build": "node -e \"require('./dist/main.js').PackageConverter.getPackage('./').loadTemplateFromFile('./READMETemplate.hbs').saveHTML('docs/index.html')\"",
"prepare": "npm run readme:build",
"qwerty":"node -e \"require('./dist/main.js').createHTML()\""
},
"keywords": [
"NODEJS",
"PACKAGE"
],
"author": "caoshouse (https://github.com/caoshouse/)",
"license": "MIT",
"contributors": [
"caoshouse (https://github.com/caoshouse/)"
],
"dependencies": {
"@npm/types": "^1.0.2",
"handlebars": "^4.7.7",
"hosted-git-info": "^6.0.0",
"jsdom": "^20.0.1",
"mime-types": "^2.1.35",
"node-html-markdown": "^1.2.0"
},
"devDependencies": {
"@types/hosted-git-info": "^3.0.2",
"@types/jsdom": "^20.0.0",
"@types/node": "^18.7.21",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"typescript": "^4.8.4"
},
"types": "./dist/main.d.ts",
"bugs": {
"url": "https://github.com/caoshouse/node-package-tools/issues"
}
}