@uppercod/form-tools
Version:
59 lines • 1.54 kB
JSON
{
"name": "@uppercod/form-tools",
"description": "form-tools",
"workspaces": [
"src/**/*"
],
"version": "0.0.0",
"type": "module",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/uppercod/form-tools.git"
},
"keywords": [
"browser",
"dom"
],
"author": "UpperCod",
"license": "MIT",
"bugs": {
"url": "https://github.com/uppercod/form-tools/issues"
},
"homepage": "https://github.com/uppercod/form-tools#readme",
"scripts": {
"start": "vite",
"build": "vite build",
"test": "wtr tests/**/*.test.js --node-resolve",
"exports": "exports \"src/*.js\" --exports --types --main module",
"prepublishOnly": "npm run test && npm run exports"
},
"devDependencies": {
"@atomico/exports": "^0.22.0",
"@esm-bundle/chai": "*",
"@uppercod/vite-meta-url": "latest",
"@uppercod/vite-meta-url-load-css": "latest",
"@web/test-runner": "^0.13.22",
"typescript": "^4.5.4",
"vite": "latest",
"vite-web-test-runner-plugin": "^0.1.0"
},
"prettier": {
"tabWidth": 4,
"singleQuote": false
},
"module": "./dist/module.js",
"exports": {
".": "./dist/module.js"
},
"types": "types/module.d.ts",
"typesVersions": {
"*": {
"module": [
"./types/module.d.ts"
]
}
}
}