UNPKG

@atomist/sdm-pack-spring

Version:

Atomist software delivery machine extension pack for Spring and Spring Boot applications

102 lines (101 loc) 3.29 kB
{ "name": "@atomist/sdm-pack-spring", "version": "2.0.1", "description": "Atomist software delivery machine extension pack for Spring and Spring Boot applications", "author": { "name": "Atomist", "email": "support@atomist.com", "url": "https://atomist.com/" }, "license": "Apache-2.0", "homepage": "https://github.com/atomist/sdm-pack-spring#readme", "repository": { "type": "git", "url": "https://github.com/atomist/sdm-pack-spring.git" }, "keywords": [ "atomist", "automation", "sdm", "extension", "pack", "spring" ], "bugs": { "url": "https://github.com/atomist/sdm-pack-spring/issues" }, "main": "./index.js", "types": "./index.d.ts", "dependencies": { "@atomist/antlr": "^1.0.2", "@atomist/microgrammar": "^1.2.0", "@atomist/sdm-pack-build": "^1.0.6", "@atomist/tree-path": "^1.0.3", "@types/cross-spawn": "^6.0.0", "@types/dateformat": "^3.0.0", "@types/decompress": "^4.2.3", "@types/lodash": "^4.14.138", "@types/xmldoc": "^1.1.4", "axios": "^0.19.0", "cross-spawn": "^6.0.5", "dateformat": "^3.0.3", "decompress": "^4.2.0", "lodash": "^4.17.15", "portfinder": "^1.0.13", "prettify-xml": "^1.2.0", "tmp-promise": "^1.0.5", "toml": "^2.3.3", "xmldoc": "^1.1.2" }, "peerDependencies": { "@atomist/automation-client": "^1.7.0", "@atomist/sdm": "^1.7.0", "@atomist/sdm-core": "^1.7.0" }, "devDependencies": { "@atomist/automation-client": "^1.7.0", "@atomist/sdm": "^1.7.0", "@atomist/sdm-core": "^1.7.0", "@types/mocha": "^5.2.7", "@types/node": "^12.7.3", "@types/power-assert": "^1.5.0", "@types/tmp": "0.0.33", "espower-typescript": "^9.0.2", "fast-xml-parser": "^3.12.20", "mocha": "^6.2.0", "npm-run-all": "^4.1.5", "power-assert": "^1.6.1", "rimraf": "^3.0.0", "supervisor": "^0.12.0", "tmp": "0.0.33", "ts-node": "^8.3.0", "tslint": "^5.19.0", "typedoc": "^0.15.0", "typescript": "^3.6.2" }, "directories": { "test": "test" }, "scripts": { "autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test", "build": "run-s compile test lint doc", "clean": "run-p clean:compile clean:doc clean:run", "clean:compile": "rimraf git-info.json \"index.{d.ts,js{,.map}}\" \"{lib,test}/**/*.{d.ts,js{,.map}}\" lib/typings/types.ts", "clean:dist": "run-s clean clean:npm", "clean:doc": "rimraf doc", "clean:npm": "rimraf node_modules", "clean:run": "rimraf *-v8.log profile.txt log", "compile": "run-s compile:ts", "compile:ts": "tsc --project .", "doc": "typedoc --mode modules --excludeExternals --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib", "lint": "tslint --format verbose --project . --exclude \"node_modules/**\" --exclude \"**/*.d.ts\" \"**/*.ts\"", "lint:fix": "npm run lint -- --fix", "test": "mocha --require espower-typescript/guess --require source-map-support/register \"test/**/*.test.ts\"", "test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"", "typedoc": "npm run doc" }, "engines": { "node": ">=8.1.0", "npm": ">=5.0.0" } }