docs(examples): refactor examples to be more familiar to most users
use npm to install the library and run each example, remove yarn.lock files
This commit is contained in:
12
examples/node-vanilla/package.json
Normal file
12
examples/node-vanilla/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "typescript-starter-example-node-vanilla",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node test.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript-starter": "^1.2.1"
|
||||
},
|
||||
"private": true
|
||||
}
|
||||
Reference in New Issue
Block a user