archive
/
givemoneyto.me
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
givemoneyto.me/package.json

36 lines
989 B
JSON

{
"name": "givemoneyto.me",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "ts-node index.ts",
"lint": "tsc --noEmit --project tsconfig.json && tslint --project tsconfig.json index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealOrangeOne/givemoneyto.me.git"
},
"author": "",
"bugs": {
"url": "https://github.com/RealOrangeOne/givemoneyto.me/issues"
},
"homepage": "https://github.com/RealOrangeOne/givemoneyto.me#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "5.7.1",
"@types/node": "^12.0.10",
"@types/parcel-bundler": "^1.12.0",
"@types/rimraf": "^2.0.2",
"animate.css": "3.7.0",
"bootstrap": "4.2.1",
"parcel-bundler": "1.12.3",
"rimraf": "^2.6.3",
"sass": "^1.22.1",
"ts-node": "8.3.0",
"typescript": "3.5.2"
},
"devDependencies": {
"tslint-config-dabapps": "github:dabapps/tslint-config-dabapps#v0.5.1",
"tslint": "5.18.0"
}
}