{ "name": "atst", "version": "1.0.0", "description": "ATST Stateless Services", "main": "index.js", "scripts": { "watch": "parcel watch js/index.js -d static/assets -o index.js --no-autoinstall", "build": "parcel build js/index.js -d static/assets -o index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "MIT", "dependencies": { "npm": "^6.0.1", "parcel": "^1.9.7", "uswds": "^1.6.3", "vue": "^2.5.17" }, "devDependencies": { "node-sass": "^4.9.2" } }