UNPKG

@innoways/drip-form-plugin-keywords

Version:

drip-form ajv关键字插件

49 lines (48 loc) 925 B
{ "name": "@innoways/drip-form-plugin-keywords", "version": "8.0.13", "description": "drip-form ajv关键字插件", "keywords": [ "ajv", "drip-form" ], "author": "JDFED", "homepage": "https://github.com/JDFED/drip-form/", "license": "MIT", "main": "dist/cjs/index.js", "types": "dist/esm/index.d.ts", "module": "dist/esm/index.js", "files": [ "dist" ], "scripts": { "link": "yarn link", "build": "rollup --config --sourcemap", "watch": "rollup --config --watch" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "github", "url": "https://github.com/JDFED/drip-form/" }, "distExports": { "dist": "./dist", "build-info": "./build-info", "format": [ "esm", "cjs" ] }, "dependencies": { "@babel/runtime": "^7.10.2" }, "peerDependencies": { "ajv": "^8.6.2" }, "devDependencies": { "ajv": "^8.6.2" } }