UNPKG

898 BJSONView Raw
1{
2 "name": "@curi/helpers",
3 "version": "2.0.1",
4 "description": "Functions that can be useful in Curi apps",
5 "main": "dist/curi-helpers.js",
6 "module": "dist/curi-helpers.es.js",
7 "types": "types/index.d.ts",
8 "files": [
9 "dist",
10 "types",
11 "LICENSE",
12 "*.md"
13 ],
14 "sideEffects": false,
15 "scripts": {
16 "prebuild": "rimraf dist && rimraf types",
17 "build": "rollup -c",
18 "coverage": "jest --coverage",
19 "prepare": "npm run build",
20 "test": "npm run test:source && npm run test:cjs && npm run test:umd",
21 "test:cjs": "TEST_ENV=cjs jest",
22 "test:source": "jest",
23 "test:umd": "TEST_ENV=umd jest"
24 },
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/pshrmn/curi/tree/master/packages/helpers"
28 },
29 "keywords": [
30 "Curi"
31 ],
32 "author": "Paul Sherman",
33 "license": "MIT",
34 "gitHead": "9247dd1ba493e5cb63a787a0be16f9d9adebe4b6"
35}