-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
28 lines (28 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "@macrostrat/cesium-vector-provider-workspace",
"version": "2.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "yarn workspace @macrostrat/cesium-vector-provider run build",
"deploy": "./scripts/deploy",
"publish": "yarn workspace @macrostrat/cesium-vector-provider npm publish --access=public",
"dev": "yarn workspace cesium-vector-provider-example run dev"
},
"author": "Daven Quinn",
"license": "ISC",
"devDependencies": {
"@parcel/core": "^2.7.0",
"@parcel/packager-ts": "2.7.0",
"@parcel/reporter-dev-server": "2.7.0",
"@parcel/transformer-glsl": "2.7.0",
"@parcel/transformer-typescript-types": "2.7.0",
"parcel": "^2.7.0",
"typescript": ">=3.0.0"
},
"workspaces": [
"packages/*"
],
"prettier": {}
}