7-segment-timer.contracts
Version:
These are the contracts for the 7 Segment Timer.
44 lines (43 loc) • 1.23 kB
JSON
{
"name": "7-segment-timer.contracts",
"version": "0.0.1-alpha.2",
"description": "These are the contracts for the 7 Segment Timer.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint --project .",
"start": "node dist/index.js",
"test": "c8 mocha dist/tests/*.js --timeout 15000 --exit",
"test:coverage": "npm run test:coverage-check && npm run test:coverage-report",
"test:coverage-check": "c8 check-coverage --lines 70 --functions 70 --branches 70",
"test:coverage-report": "c8 report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteffenKn/7-segment-timer.contracts.git"
},
"keywords": [
"7-Segment",
"Led",
"WS2801",
"Timer",
"Contracts"
],
"author": "Steffen Knaup",
"license": "MIT",
"bugs": {
"url": "https://github.com/SteffenKn/7-segment-timer.contracts/issues"
},
"homepage": "https://github.com/SteffenKn/7-segment-timer.contracts#readme",
"dependencies": {},
"devDependencies": {
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
"@types/node": "12.12.6",
"c8": "7.2.0",
"chai": "4.2.0",
"mocha": "8.0.1",
"tslint": "6.1.2",
"typescript": "3.9.5"
}
}