{ "private": true, "name": "ose", "version": "0.0.2", "description": "", "scripts": { "package": "gulp package", "build": "gulp build && gulp link", "build:watch": "gulp watch", "clean": "gulp clean && gulp link --clean", "update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types" }, "author": "", "license": "", "devDependencies": { "archiver": "^3.1.1", "chalk": "^3.0.0", "foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types", "fs-extra": "^8.1.0", "gulp": "^4.0.2", "gulp-git": "^2.10.0", "gulp-less": "^4.0.1", "gulp-sass": "^4.0.2", "gulp-typescript": "^6.0.0-alpha.1", "json-stringify-pretty-compact": "^2.0.0", "sass": "^1.25.0", "typescript": "^3.7.5", "yargs": "^15.1.0" }, "dependencies": {} }