typescript-csharp
Version:
Simple lightweight .NET Based TypeScript Library
59 lines (58 loc) • 1.44 kB
JSON
{
"name": "typescript-csharp",
"version": "0.5.3",
"description": "Simple lightweight .NET Based TypeScript Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"clean": "rm -rf coverage dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderpuscher/typescript-csharp.git"
},
"keywords": [
"typescript",
"csharp",
"angular",
"nodejs",
"express",
"guid",
"string",
"stringbuilder",
"list",
"dictionary",
"datetime",
"timespan",
"queue",
"stack"
],
"author": "Alexander Puscher <a.puscher@gmx.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexanderpuscher/typescript-csharp/issues"
},
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"jest": "^25.3.0",
"jest-junit": "^10.0.0",
"prettier": "^2.0.4",
"ts-jest": "^25.3.1",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.8.3"
},
"files": [
"dist/**/*"
]
}