@stevenpaz/types
Version:
Contains the Edgio types.
21 lines (20 loc) • 542 B
JSON
{
"name": "@stevenpaz/types",
"version": "1.0.2",
"description": "Contains the Edgio types.",
"keywords": [
"edgio"
],
"publishConfig": {
"directory": "dist"
},
"author": "Steven Paz <spaz@edg.io>",
"license": "ISC",
"main": "",
"types": "types.d.ts",
"scripts":{
"generate": "gen-types -l typescript -o types.d.ts -b EdgioTypes -t ${GITLAB_TOKEN}",
"build": "rm -rf ./dist; mkdir ./dist; cp -r types.d.ts package.json README.md ./dist; ",
"release": "cd ./dist; npm publish --access public"
}
}