@materia/interfaces
Version:
31 lines (30 loc) • 771 B
JSON
{
"name": "@materia/interfaces",
"version": "1.0.3",
"description": "",
"keywords": [
"materia"
],
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"build": "tsc -p . && ncp package.json dist/package.json && ncp LICENSE dist/LICENSE",
"watch": "tsc -p . -w",
"clean": "rimraf dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/materiahq/materia-interfaces.git"
},
"author": "Thibaud Arnault <team@getmateria.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/materiahq/materia-interfaces/issues"
},
"homepage": "https://github.com/materiahq/materia-interfaces#readme",
"devDependencies": {
"ncp": "^2.0.0",
"rimraf": "^2.6.2",
"typescript": "^2.7.1"
}
}