2020-10-29 16:18:38 +01:00
|
|
|
{
|
2020-12-23 16:52:20 +01:00
|
|
|
"private": true,
|
|
|
|
"name": "test",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "",
|
2020-10-29 16:18:38 +01:00
|
|
|
"scripts": {
|
2020-12-23 16:52:20 +01:00
|
|
|
"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"
|
2020-10-29 16:18:38 +01:00
|
|
|
},
|
2020-12-23 16:52:20 +01:00
|
|
|
"author": "",
|
|
|
|
"license": "",
|
|
|
|
"devDependencies": {
|
|
|
|
"archiver": "^5.1.0",
|
|
|
|
"chalk": "^4.1.0",
|
|
|
|
"foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types",
|
|
|
|
"fs-extra": "^9.0.1",
|
2020-10-29 16:18:38 +01:00
|
|
|
"gulp": "^4.0.2",
|
2020-12-23 16:52:20 +01:00
|
|
|
"gulp-git": "^2.10.1",
|
|
|
|
"gulp-less": "^4.0.1",
|
2020-10-29 16:18:38 +01:00
|
|
|
"gulp-sass": "^4.1.0",
|
2020-12-23 16:52:20 +01:00
|
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
|
|
"json-stringify-pretty-compact": "^2.0.0",
|
|
|
|
"sass": "^1.30.0",
|
|
|
|
"typescript": "^4.1.3",
|
|
|
|
"yargs": "^16.2.0"
|
2020-10-29 16:18:38 +01:00
|
|
|
}
|
|
|
|
}
|