1
0
mirror of synced 2025-11-08 04:48:04 +00:00
Files
typescript-starter/examples/node-vanilla/package.json
Jason Dreyzehner 45d7dfad62 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
2017-02-17 02:30:16 -05:00

13 lines
225 B
JSON

{
"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
}