44 lines
919 B
JSON
44 lines
919 B
JSON
{
|
|
"name": "@tsclass/tsclass",
|
|
"version": "2.0.1",
|
|
"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/tsbuild": "^2.1.11",
|
|
"@gitzone/tsrun": "^1.2.6",
|
|
"tslint": "^5.18.0",
|
|
"tslint-config-prettier": "^1.18.0"
|
|
},
|
|
"files": [
|
|
"ts/*",
|
|
"ts_web/*",
|
|
"dist/*",
|
|
"dist_web/*",
|
|
"assets/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
]
|
|
}
|