UNPKG

1.97 kBJSONView Raw
1{
2 "name": "@uiloos/core",
3 "version": "1.6.0",
4 "description": "The core of the uiloos headless UI",
5 "keywords": [
6 "uiloos",
7 "ActiveList"
8 ],
9 "author": "Maarten Hus",
10 "homepage": "https://uiloos.dev",
11 "license": "SEE LICENSE IN LICENSE.md",
12 "publishConfig": {
13 "access": "public"
14 },
15 "module": "dist/esm/index.js",
16 "main": "dist/cjs/index.js",
17 "types": "dist/index.d.ts",
18 "sideEffects": false,
19 "files": [
20 "dist"
21 ],
22 "scripts": {
23 "prepublishOnly": "UILOOSVERSION=$(jq -r .version ./package.json) && find dist -name \"*.js\" | grep min.js | sed \"p;s/VERSION/${UILOOSVERSION}/g\" | xargs -n2 mv",
24 "before-publish": "cp ../../README.MD ./ && cp ../../LICENSE.MD dist",
25 "clean": "rm -rf coverage && rm -rf dist",
26 "test": "TZ=Pacific/Samoa jest --coverage && node ./tests/minification-check.js",
27 "start": "TZ=Pacific/Samoa jest --watchAll --coverage",
28 "tsc": "tsc --version && tsc --noEmit",
29 "build": "rm -rf dist && rollup -c rollup.typings.config.cjs && rollup -c rollup.esm-cjs.config.cjs && rollup -c rollup.minification.config.cjs && rm -rf dist/cjs/types && rm -rf dist/esm/types && rm -rf dist/types",
30 "apigen": "typedoc src --json ../website/src/_data/api/core.json"
31 },
32 "devDependencies": {
33 "@babel/core": "7.22.5",
34 "@babel/preset-env": "7.22.5",
35 "@babel/preset-typescript": "7.22.5",
36 "@rollup/plugin-commonjs": "25.0.2",
37 "@rollup/plugin-node-resolve": "15.1.0",
38 "@rollup/plugin-terser": "0.4.3",
39 "@rollup/plugin-typescript": "11.1.2",
40 "@types/jest": "29.5.2",
41 "babel-jest": "29.5.0",
42 "jest": "29.5.0",
43 "jest-environment-jsdom": "29.5.0",
44 "jest-watch-typeahead": "2.2.2",
45 "rollup": "3.25.3",
46 "rollup-plugin-dts": "5.3.0",
47 "rollup-plugin-peer-deps-external": "2.2.4",
48 "ts-jest": "29.1.0",
49 "tslib": "2.6.0",
50 "typedoc": "0.24.8",
51 "typescript": "5.1.5"
52 },
53 "gitHead": "8202c86f31f36337f51558227af4831049ac98f0"
54}