UNPKG

441 BJSONView Raw
1{
2 "name": "@radial/validation",
3 "version": "0.1.4",
4 "main": "dist/radial-validation.js",
5 "types": "lib/index.d.ts",
6 "scripts": {
7 "build": "tsc && rollup -c"
8 },
9 "author": "",
10 "license": "ISC",
11 "dependencies": {
12 "@radial/helpers": "^0.1.4",
13 "rollup": "^0.62.0",
14 "rollup-plugin-commonjs": "^9.1.3",
15 "rollup-plugin-node-resolve": "^3.3.0"
16 },
17 "directories": {
18 "lib": "lib"
19 },
20 "description": ""
21}