crnc
Version:
currency conversion and functionality for the web
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "crnc",
"version": "0.0.7",
"description": "currency conversion and functionality for the web",
"license": "MIT",
"type": "module",
"author": "Chase Moskal <chasemoskal@gmail.com>",
"files": [
"x",
"s"
],
"main": "x/crnc.js",
"scripts": {
"build": "run-s clean && run-p compile importly && run-s test",
"clean": "rimraf x && mkdirp x",
"compile": "tsc",
"importly": "importly < package-lock.json > x/importmap.json && importly --host=unpkg < package-lock.json > x/importmap-cloud.json",
"watch": "tsc -w",
"start": "http-server",
"test": "cynic node x/tests.test.js"
},
"keywords": [
"money",
"currency",
"currency-exchange",
"currency-conversion",
"currency-converter",
"exchange-rates"
],
"dependencies": {
"@chasemoskal/snapstate": "^0.0.9",
"es-module-shims": "^1.6.3",
"lit": "^2.6.0"
},
"devDependencies": {
"cynic": "^0.2.0",
"http-server": "^14.1.1",
"importly": "^0.2.0",
"mkdirp": "^1.0.4",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"typescript": "^4.9.4"
}
}