
Knowing that some pepople(myself) don't like JS this is to keep any potential JS as non-hidden as possible
17 lines
367 B
JSON
17 lines
367 B
JSON
{
|
|
"name": "ts",
|
|
"version": "1.0.0",
|
|
"description": "Frontend scripts built out for clippable's frontend",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitlab.com/shockrah/clippable.git"
|
|
},
|
|
"author": "shockrah",
|
|
"license": "GPL-3.0"
|
|
}
|