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