Newer
Older
{
"name": "spec",
"version": "1.0.0",
"description": "specs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc-spec": "tsc -w",
"webpack-spec": "webpack -d -w"
},
"author": "",
"license": "ISC"
}