tsclass/package.json

48 lines
1010 B
JSON
Raw Normal View History

2016-05-02 07:32:38 +02:00
{
2018-06-09 15:28:47 +02:00
"name": "@tsclass/tsclass",
2019-10-02 11:30:22 +02:00
"version": "2.0.11",
2018-06-09 15:11:37 +02:00
"private": false,
2016-05-02 07:32:38 +02:00
"description": "common classes for TypeScript",
"main": "dist/index.js",
2016-11-16 18:27:41 +01:00
"typings": "dist/index.d.ts",
2016-05-02 07:32:38 +02:00
"scripts": {
2019-10-02 11:11:22 +02:00
"test": "tstest test/",
2018-07-25 22:33:50 +02:00
"build": "tsbuild"
2016-05-02 07:32:38 +02:00
},
"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"
},
2017-11-09 12:13:27 +01:00
"homepage": "https://github.com/tsclass/tsclass#readme",
2019-10-02 11:11:22 +02:00
"dependencies": {
"@pushrocks/tapbundle": "^3.0.13"
},
2018-06-09 15:15:54 +02:00
"devDependencies": {
2019-08-31 12:53:59 +02:00
"@gitzone/tsbuild": "^2.1.17",
"@gitzone/tsrun": "^1.2.8",
2019-10-02 11:30:21 +02:00
"@gitzone/tstest": "^1.0.27",
"tslint": "^5.20.0",
2019-07-08 14:04:11 +02:00
"tslint-config-prettier": "^1.18.0"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
2019-08-21 15:47:09 +02:00
"dist_ts_web/*",
2019-07-08 14:04:11 +02:00
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
2019-10-01 11:25:12 +02:00
}