@reecem/custom-type-api
Version:
API interface for the Prismic.io Custom Type API (beta)
37 lines (36 loc) • 832 B
JSON
{
"name": "@reecem/custom-type-api",
"version": "0.2.0-alpha.3",
"description": "API interface for the Prismic.io Custom Type API (beta)",
"type": "module",
"source": "src/index.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "microbundle",
"dev": "microbundle watch",
"tsc-build": "tsc --build tsconfig.json"
},
"keywords": [
"prismic.io",
"custom-types",
"slices",
"api",
"slicemachine"
],
"author": "@ReeceM",
"license": "ISC",
"devDependencies": {
"@types/node-fetch": "^2.5.10",
"microbundle": "^0.13.3",
"typescript": "^4.2.4"
},
"engines": {
"node": ">=12.0"
},
"dependencies": {
"node-fetch": "^2.6.1"
}
}