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.2.11"
14 },
15 "devDependencies": {
16 "typescript": "3.1.1",
17 "tslint": "~5.9.1"
18 }
19}
\No newline at end of file