@2fd/command
Version:
Modular command line tool
35 lines (34 loc) • 849 B
JSON
{
"name": "@2fd/command",
"version": "1.1.2",
"description": "Modular command line tool",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"compile": "tsc -p .",
"declaration": "tsc -d -p tsconfig.d.json",
"preversion": "npm test && npm run declaration && npm run compile",
"test": "./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2fd/command.git"
},
"keywords": [
"command"
],
"author": "Fede Ramirez <i@2fd.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/2fd/command/issues"
},
"homepage": "https://github.com/2fd/command#readme",
"dependencies": {},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.33",
"@types/node": "^6.0.48",
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}