UNPKG

1.08 kBJSONView Raw
1{
2 "name": "@curi/interactions",
3 "version": "2.0.0",
4 "description": "Route interactions for a Curi application",
5 "main": "dist/curi-interactions.js",
6 "module": "dist/curi-interactions.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/interactions"
28 },
29 "keywords": [
30 "Curi",
31 "route",
32 "interactions"
33 ],
34 "author": "Paul Sherman",
35 "license": "MIT",
36 "dependencies": {
37 "@curi/types": "^2.0.0",
38 "@hickory/root": "^2.0.0"
39 },
40 "publishConfig": {
41 "access": "public"
42 },
43 "gitHead": "2cbe15a92440e71103ea4198f1803c4f2032e9d8"
44}