UNPKG

typedoc-neo-theme

Version:
68 lines (67 loc) 2.14 kB
{ "name": "typedoc-neo-theme", "description": "Improved theme for Typedoc", "version": "1.1.1", "main": "index.js", "scripts": { "clean:build": "./node_modules/.bin/rimraf bin", "clean:node_modules": "rm -rf ./node_modules/", "clean": "npm run clean:build", "grunt": "cp ./third_party/gruntfile.js ./ && ./node_modules/.bin/grunt", "tsc": "./node_modules/.bin/tsc", "build": "npm run build:theme && npm run build:plugin", "build:theme": "npm run clean:build && npm run grunt", "build:plugin": "npm run tsc && mv ./plugin.js ./bin/default/plugin.js && mkdir ./bin/default/helpers && cp ./third_party/src/default/helpers/*.js ./bin/default/helpers", "lint": "npm run lint:plugin && npm run lint:theme", "lint:plugin": "tslint -p .", "lint:theme": "tslint third_party/src/default/assets/js/src/typedoc/**/*.ts", "test": "npm run test:rebuild", "test:ci": "yarn test:rebuild && yarn audit", "test:rebuild": "yarn clean:node_modules && yarn && yarn build" }, "author": { "name": "Nick Felker, based on work by Sebastian Lenz" }, "license": "Apache-2.0", "engines": { "node": ">=6" }, "dependencies": { "lunr": "^2.3.8", "typedoc": "~0.20.13" }, "devDependencies": { "@types/lunr": "^2.3.2", "grunt": "^1.1.0", "grunt-autoprefixer": "^3.0.4", "grunt-cli": "^1.2.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-sass": "^1.0.0", "grunt-contrib-uglify": "^2.3.0", "grunt-contrib-watch": "^1.0.0", "grunt-string-replace": "^1.0.0", "grunt-ts": "^6.0.0-beta.22", "rimraf": "^2.6.1", "sass": "^1.23.3", "tslint": "^6.1.0", "tslint-eslint-rules": "^5.1.0", "typescript": "^3.9.0" }, "resolutions": { "minimist": ">=1.2.3" }, "keywords": [ "typescript", "documentation", "generator", "typedocplugin" ], "repository": { "type": "git", "url": "git+https://github.com/google/typedoc-neo-theme.git" }, "bugs": { "url": "https://github.com/google/typedoc-neo-theme/issues" }, "homepage": "https://github.com/google/typedoc-neo-theme#readme" }