-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 947 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
36
37
38
{
"name": "@theiliad/interpolatejs",
"version": "1.0.6",
"description": "Interpolate valueson the go",
"module": "bundle_es.js",
"browser": "bundle_iife.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c && tsc",
"build:watch": "rollup -c -w && tsc",
"deploy": "./scripts/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theiliad/interpolateJS.git"
},
"keywords": [
"interpolate",
"math"
],
"author": "Gopher Labs Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/theiliad/interpolateJS/issues"
},
"homepage": "https://github.com/theiliad/interpolateJS#readme",
"dependencies": {
"rollup": "^1.10.1",
"rollup-plugin-terser": "^4.0.4",
"typescript": "^3.4.5"
},
"devDependencies": {
"rollup-plugin-typescript2": "^0.21.0"
},
"publishConfig": {
"access": "public"
}
}