@chustasoft/cs-common
Version:
Common utilities for JavaScript projects equivalents to ChustaSoft CommonNET project
36 lines (35 loc) • 876 B
JSON
{
"name": "@chustasoft/cs-common",
"version": "1.2.1",
"description": "Common utilities for JavaScript projects equivalents to ChustaSoft CommonNET project",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc -project tsconfig.json",
"test": "mocha -r ts-node/register -r jsdom-global/register 'tests/**/*.ts'"
},
"repository": {
"type": "git",
"url": "https://github.com/ChustaSoft/CommonJS.git"
},
"keywords": [
"chustasoft",
"common",
"utilities"
],
"author": "ChustaSoft",
"license": "GPL-3.0",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@testdeck/mocha": "^0.1.2",
"chai": "^4.3.4",
"jsdom": "^16.5.3",
"jsdom-global": "^3.0.2",
"mocha": "^8.3.2",
"ts-mockito": "^2.6.1",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}