1
0

Initial Commit

This commit is contained in:
2020-03-04 13:39:46 -05:00
commit 7d8c81e8aa
4 changed files with 3409 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "es6-models",
"version": "1.0.0",
"description": "An Example of ES6 Models in Typescript",
"main": "index.js",
"repository": "https://git.magicbean.us/andrew/es6-models",
"author": "Andrew Kemp",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.1.13",
"typescript": "^3.8.3"
},
"devDependencies": {
"jest": "^25.1.0"
}
}