19 lines
462 B
JSON
19 lines
462 B
JSON
{
|
|
"name": "nls-parcel-dailyshit",
|
|
"version": "1.0.0-0",
|
|
"description": "",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "parcel index.html --open",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"author": "Michael Werner Czechowski <mail@dailysh.it>",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.10.3",
|
|
"sass": "^1.15.2",
|
|
"typescript": "^3.2.1"
|
|
}
|
|
}
|