@servicestack/cli
Version:
Simple CLI utils for ServiceStack projects
71 lines (70 loc) • 1.69 kB
JSON
{
"name": "@servicestack/cli",
"version": "1.0.10",
"description": "Simple CLI utils for ServiceStack projects",
"main": "./src/index.js",
"bin": {
"dotnet-new": "bin/dotnet-new.js",
"csharp-ref": "bin/csharp-ref.js",
"cs-ref": "bin/cs-ref.js",
"typescript-ref": "bin/typescript-ref.js",
"ts-ref": "bin/ts-ref.js",
"typescriptd-ref": "bin/typescriptd-ref.js",
"tsd-ref": "bin/tsd-ref.js",
"swift-ref": "bin/swift-ref.js",
"java-ref": "bin/java-ref.js",
"kotlin-ref": "bin/kotlin-ref.js",
"kt-ref": "bin/kt-ref.js",
"vb-ref": "bin/vb-ref.js",
"vbnet-ref": "bin/vbnet-ref.js",
"fsharp-ref": "bin/fsharp-ref.js",
"fs-ref": "bin/fs-ref.js",
"dart-ref": "bin/dart-ref.js"
},
"scripts": {
"test": "tsc && jest",
"test-watch": "jest --watch",
"test-coverage": "jest --coverage"
},
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/preprocessor.js"
},
"testMatch": [
"**/__tests__/*.(ts|tsx|js)",
"**/?(*.)(spec|test).(js|ts)"
]
},
"keywords": [
"servicestack",
"cli",
"service",
"reference",
"csharp",
"typescript",
"swift",
"java",
"kotlin",
"vb.net",
"fsharp"
],
"author": "ServiceStack",
"homepage": "https://github.com/ServiceStack/servicestack-cli",
"dependencies": {
"ascii-table": "0.0.9",
"extract-zip": "^1.6.5",
"request": "^2.83.0"
},
"devDependencies": {
"@types/jest": "^21.1.5",
"@types/node": "^8.0.47",
"@types/request": "2.0.7",
"jest": "^21.2.1",
"typescript": "^2.5.3"
}
}