@atomist/sdm-pack-fingerprints
Version:
an Atomist SDM Extension Pack for fingerprinting code
90 lines (89 loc) • 3.01 kB
JSON
{
"name": "@atomist/sdm-pack-fingerprints",
"version": "4.0.4",
"description": "an Atomist SDM Extension Pack for fingerprinting code",
"author": {
"name": "Atomist",
"email": "support@atomist.com",
"url": "https://atomist.com/"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/atomist/sdm-pack-fingerprints.git"
},
"keywords": [
"atomist",
"automation",
"sdm",
"clojure",
"fingerprints"
],
"homepage": "https://github.com/atomist/sdm-pack-fingerprints#readme",
"bugs": {
"url": "https://github.com/atomist/sdm-pack-fingerprints/issues"
},
"dependencies": {
"@atomist/clj-editors": "0.8.1",
"@atomist/slack-messages": "^1.1.1",
"@cljs-oss/module-deps": "^1.1.1",
"lodash": "^4.17.14"
},
"peerDependencies": {
"@atomist/automation-client": ">=1.6.0",
"@atomist/sdm": "^1.6.1",
"@atomist/sdm-core": "^1.6.1"
},
"devDependencies": {
"@atomist/automation-client": "^1.6.2",
"@atomist/sdm": "^1.6.1",
"@atomist/sdm-core": "^1.6.1",
"@types/lodash": "^4.14.136",
"@types/mocha": "^5.2.7",
"@types/node": "^12.6.1",
"@types/power-assert": "^1.5.0",
"@types/tmp": "^0.1.0",
"espower-typescript": "^9.0.2",
"mocha": "^6.1.4",
"npm-run-all": "^4.1.5",
"power-assert": "^1.6.1",
"prettier": "^1.18.2",
"rimraf": "^2.6.3",
"supervisor": "^0.12.0",
"tmp-promise": "^2.0.2",
"ts-node": "8.3.0",
"tslint": "^5.18.0",
"typedoc": "^0.14.2",
"typescript": "^3.5.3"
},
"directories": {
"test": "test"
},
"scripts": {
"autotest": "supervisor --watch index.ts,lib,test --extensions ts --no-restart-on exit --quiet --exec npm -- test",
"build": "npm-run-all gql:gen compile:ts test lint doc",
"clean": "npm-run-all clean:compile clean:doc clean:run",
"compile": "npm-run-all gql:gen compile:ts",
"clean:compile": "rimraf git-info.json build \"index.{d.ts,js{,.map}}\" \"{lib,test}/**/*.{d.ts,js{,.map}}\" lib/typings/types.ts",
"clean:dist": "npm-run-all clean clean:npm",
"clean:doc": "rimraf doc",
"clean:npm": "rimraf node_modules",
"clean:run": "rimraf *-v8.log profile.txt log",
"compile:ts": "tsc --project .",
"fmt": "tsfmt --replace",
"fmt:gql": "prettier --write \"**/*.graphql\"",
"git:info": "atm-git-info",
"gql:copy": "copyfiles \"./src/**/*.graphql\" build",
"gql:gen": "atm-gql-gen",
"doc": "typedoc --mode modules --ignoreCompilerErrors --exclude \"**/*.d.ts\" --out doc index.ts lib",
"lint": "tslint --format verbose --project . --exclude \"{build,node_modules}/**\" --exclude \"**/*.d.ts\" \"**/*.ts\"",
"lint:fix": "npm run lint -- --fix",
"test": "mocha --require espower-typescript/guess \"test/**/*.test.ts\"",
"test:one": "mocha --require espower-typescript/guess \"test/**/${TEST:-*.test.ts}\"",
"typedoc": "npm run doc"
},
"engines": {
"node": "9.x.x",
"npm": "5.x.x"
}
}