feat(starter): add changelogs and examples
This commit is contained in:
13
examples/node-typescript/package.json
Normal file
13
examples/node-typescript/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "es7-typescript-starter-example-node-typescript",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node build/test.js",
|
||||
"build": "tsc"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.5",
|
||||
"typescript": "^2.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user