add package.json
This commit is contained in:
parent
7f175b91fc
commit
570aed282f
@ -1,9 +1,12 @@
|
|||||||
# tsclass
|
# tsclass
|
||||||
|
|
||||||
tsclass spares you the hassle of writing classes again and again.
|
common classes for TypeScript.
|
||||||
|
|
||||||
tsclass contains the following classes:
|
tsclass contains the following classes:
|
||||||
|
|
||||||
|
* Date
|
||||||
|
* Invoice
|
||||||
|
* Time
|
||||||
|
|
||||||
|
|
||||||
> **note:** every class is its own npm module, so you can use them seperately.
|
> **note:** every class is its own npm module, so you can use them seperately.
|
||||||
|
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"name": "tsclass",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "common classes for TypeScript",
|
||||||
|
"main": "dist/index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "(npmts)"
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user