UNPKG

407 BJSONView Raw
1{
2 "name": "$projectName$",
3 "version": "0.0.0",
4 "description": "A new project created with Symetrical CLI",
5 "main": "dist/index.js",
6 "scripts": {
7 "build": "tsc",
8 "start": "node ."
9 },
10 "author": "Symetrical CLI",
11 "license": "ISC",
12 "dependencies": {
13 "@symetrical/core": "2.8.1"
14 },
15 "devDependencies": {
16 "tslint": "~5.9.1",
17 "typescript": "3.1.1"
18 }
19}