1
0
Fork 0
mirror of https://github.com/Findus23/RainbowRoad.git synced 2024-09-19 16:03:52 +02:00
RainbowRoad/package.json
2022-08-07 21:55:50 +02:00

27 lines
647 B
JSON

{
"name": "rainbowroad",
"version": "1.0.0",
"description": "",
"scripts": {
"fetch": "cd commands && ts-node fetch.ts",
"stats": "cd commands && ts-node stats.ts",
"dev": "vite",
"build": "tsc --skipLibCheck && vite build",
"preview": "vite preview",
"validate": "ajv validate -s data/schema.json -d data/data.json"
},
"devDependencies": {
"@types/node": "^18.6.3",
"typescript": "^4.5.4",
"vite": "^3.0.2"
},
"dependencies": {
"ajv-cli": "^5.0.0",
"axios": "^0.27.2",
"node-fetch": "^3.2.10",
"ol": "^6.14.1",
"ts-node": "^10.9.1"
},
"author": "",
"license": "ISC"
}