blob: a196211af427824f5c03372605f56a9fb6be7b1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"scripts": {
"compile": "tsc -p tsconfig.json && sass --no-source-map --style compressed --update scss:assets/css",
"scss-watch": "sass --no-source-map --style compressed --update scss:assets/css --watch"
},
"license": "GPL-3.0",
"repository": {
"url": "https://github.com/AllanWang/Frost-for-Facebook"
},
"dependencies": {
"compile": "0.0.2",
"run": "^1.4.0",
"sass": "^1.38.2",
"typescript": "^3.9.10"
}
}
|