You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
589 B
JSON
25 lines
589 B
JSON
{
|
|
"name": "poznan-sm-submit",
|
|
"version": "0.1.0",
|
|
"description": "submit report to Poznań's Straż Miejska",
|
|
"main": "./lib/index.js",
|
|
"types": "./@types/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"watch": "npm run build -- --watch",
|
|
"install": "npm run build"
|
|
},
|
|
"author": "Kuba Orlik",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^14.14.19",
|
|
"@types/tough-cookie": "^4.0.0",
|
|
"async-spawner": "^0.1.5",
|
|
"axios": "^0.21.1",
|
|
"axios-cookiejar-support": "^1.0.1",
|
|
"form-data": "^3.0.0",
|
|
"tough-cookie": "^4.0.0",
|
|
"transform-coordinates": "^1.0.0"
|
|
}
|
|
}
|