@project-rwc/rwc
Version:
Common types & utilities for Project RWC
26 lines (25 loc) • 689 B
JSON
{
"name": "@project-rwc/rwc",
"version": "0.1.0",
"description": "Common types & utilities for Project RWC",
"main": "dist/index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectRwc/node-rwc.git"
},
"keywords": [
"rwc"
],
"author": "Serena Lynas, Project RWC",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ProjectRwc/node-rwc/issues"
},
"homepage": "https://github.com/ProjectRwc/node-rwc#readme"
}