forked from jbreckmckye/trkl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 889 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "trkl",
"version": "1.9.2",
"description": "Reactive microlibrary offering Knockout-style observables and computeds for less than 500 bytes",
"main": "dist/trkl.js",
"types": "./index.d.ts",
"scripts": {
"test": "jasmine",
"build": "rollup -c && node get-size"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbreckmckye/trkl.git"
},
"keywords": [
"Knockout",
"reactive",
"microlibrary"
],
"author": "Jimmy Breck-McKye",
"license": "ISC",
"bugs": {
"url": "https://github.com/jbreckmckye/trkl/issues"
},
"homepage": "https://github.com/jbreckmckye/trkl#readme",
"devDependencies": {
"gzip-size": "3.0.0",
"jasmine": "^3.5.0",
"rollup": "^2.15.0",
"@rollup/plugin-typescript": "^4.1.2",
"rollup-plugin-terser": "^6.1.0",
"tslib": "^2.0.0",
"typescript": "^3.9.5"
}
}