Skip to content
Snippets Groups Projects
package.json 268 B
Newer Older
Glenn Vorhes's avatar
Glenn Vorhes committed
{
  "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"
}