32 lines
699 B
JSON
32 lines
699 B
JSON
{
|
|
"name": "@tsclass/tsclass",
|
|
"version": "1.0.40",
|
|
"private": false,
|
|
"description": "common classes for TypeScript",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "tsrun test/test.ts",
|
|
"build": "tsbuild"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tsclass/tsclass.git"
|
|
},
|
|
"keywords": [
|
|
"TypeScript",
|
|
"Classes"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tsclass/tsclass/issues"
|
|
},
|
|
"homepage": "https://github.com/tsclass/tsclass#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@gitzone/tsrun": "^1.0.5",
|
|
"tsbuild": "^0.2.1"
|
|
}
|
|
}
|