{ "name": "www", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "astro dev .", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "astro": "file:../", "prism-astro": "file:../prism-astro/", "prismjs": "^1.23.0" } }