UNPKG

3.48 kBJSONView Raw
1{
2 "name": "@compodoc/compodoc",
3 "version": "1.1.5",
4 "description": "The missing documentation tool for your Angular application",
5 "main": "dist/index.js",
6 "bin": {
7 "compodoc": "./bin/index-cli.js"
8 },
9 "scripts": {
10 "build": "rollup -c rollup/rollup.config.js -i ./src/index-cli.ts -o dist/index-cli.js -f cjs && rollup -c rollup/rollup.config.js -i ./src/index.ts -o dist/index.js -f cjs",
11 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
12 "download-api-list": "node tools/download-api-list.js",
13 "start": "npm run test:watch",
14 "pretest": "./node_modules/.bin/tsc -p test/tsconfig.json && node test/dist/cli/cli-clean-root-folder.js",
15 "test": "./node_modules/.bin/mocha-parallel-tests test && node test/dist/cli/cli-revert-root-folder.js",
16 "posttest": "rimraf test/dist",
17 "angularexpo": "npm run pretest && node tools/tests-angularexpo.js",
18 "nyc": "nyc npm test",
19 "codecov": "codecov -f coverage/*.json",
20 "backup-package-json": "node tools/backup-package-json.js",
21 "restore-package-json": "node tools/restore-package-json.js",
22 "prepublishOnly": "npm run build && npm run backup-package-json",
23 "postpublish": "npm run restore-package-json",
24 "lint": "tslint -p tsconfig.json src/**/*.ts",
25 "test:watch": "npm-watch",
26 "test:simple-doc": "node_modules/.bin/ts-node ./bin/index-cli.js -p ./test/src/sample-files/tsconfig.simple.json -d doc -s --port 4000 & sleep 20",
27 "pretest-e2e-mocha": "./node_modules/.bin/tsc -p test/tsconfig-e2e.json",
28 "test-e2e-mocha": "./node_modules/.bin/mocha --opts test/mocha-e2e.opts",
29 "presaucelabs-test-e2e-mocha": "npm run test:simple-doc",
30 "saucelabs-test-e2e-mocha": "cross-env MODE_LOCAL=0 npm run test-e2e-mocha",
31 "local-test-e2e-mocha": "cross-env MODE_LOCAL=1 npm run test-e2e-mocha"
32 },
33 "repository": {
34 "type": "git",
35 "url": "git+https://github.com/compodoc/compodoc.git"
36 },
37 "keywords": [
38 "angular2",
39 "angular",
40 "documentation",
41 "components",
42 "module",
43 "graph",
44 "dependencies",
45 "markdown"
46 ],
47 "author": "Vindent Ogloblinsky (vincent.ogloblinsky@gmail.com)",
48 "license": "MIT",
49 "bugs": {
50 "url": "https://github.com/compodoc/compodoc/issues"
51 },
52 "engines": {
53 "node": ">= 5.4.1"
54 },
55 "homepage": "https://github.com/compodoc/compodoc#readme",
56 "dependencies": {
57 "@compodoc/ngd-transformer": "^2.0.0",
58 "chalk": "^2.4.1",
59 "cheerio": "^1.0.0-rc.2",
60 "chokidar": "^2.0.4",
61 "colors": "^1.3.2",
62 "commander": "2.17.1",
63 "cosmiconfig": "^5.0.6",
64 "fancy-log": "^1.3.2",
65 "findit2": "^2.2.3",
66 "fs-extra": "^7.0.0",
67 "glob": "^7.1.2",
68 "handlebars": "4.0.10",
69 "html-entities": "^1.2.1",
70 "i18next": "^11.6.0",
71 "inside": "^1.0.0",
72 "json5": "^2.0.1",
73 "live-server": "1.1.0",
74 "lodash": "^4.17.10",
75 "lunr": "2.3.2",
76 "marked": "^0.4.0",
77 "os-name": "^2.0.1",
78 "traverse": "^0.6.6",
79 "ts-simple-ast": "12.4.0",
80 "uuid": "^3.3.2"
81 },
82 "collective": {
83 "type": "opencollective",
84 "url": "https://opencollective.com/compodoc",
85 "logo": "https://opencollective.com/compodoc/logo.txt"
86 }
87}
\No newline at end of file