clippable/ts/package.json

23 lines
508 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",
"setup": "mkdir -p api/static/js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "gitlab.com/shockrah/clippable.git"
},
"author": "shockrah",
"license": "GPL-3.0",
"dependencies": {
"eslint": "^8.11.0",
"ts-loader": "^9.2.8",
"tslib": "^2.3.1"
}
}