-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "bidouilles",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:leboncoin; npm run build:map; npm run build:spreadsheet;",
"build:leboncoin": "tsc leboncoin/greasemonkey-leboncoin.header.ts model.ts config.ts cities.ts leboncoin/greasemonkey-leboncoin.ts --out build/greasemonkey-leboncoin.js --skipLibCheck true",
"build:map": "tsc model.ts config.ts cities.ts map/cities_map.ts --out build/map/cities_map.js --skipLibCheck true; cat map/cities_map.html | sed 's/\\.\\.\\/build\\/map\\/cities_map\\.js/cities_map.js/g' > build/map/cities_map.html",
"build:spreadsheet": "tsc model.ts config.ts spreadsheet/home_sweet_home.ts --skipLibCheck true && cat config.js model.js spreadsheet/home_sweet_home.js > build/home_sweet_home.js && rm spreadsheet/home_sweet_home.js && rm config.js && rm model.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OlivierChirouze/home_sweet_home.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/OlivierChirouze/home_sweet_home/issues"
},
"homepage": "https://github.com/OlivierChirouze/home_sweet_home#readme",
"dependencies": {
"@material/button": "^0.42.0",
"@types/google-apps-script": "0.0.37",
"@types/google-maps": "^3.2.0",
"@types/greasemonkey": "0.0.28",
"@types/node": "^10.12.26",
"fs-observable": "^4.1.14",
"google-apps-script": "^2.9.2",
"gulp": "^4.0.0",
"gulp-typescript": "^5.0.0",
"npm": "^6.8.0",
"stats-lite": "^2.2.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"typescript": "^2.9.2"
}
}