UNPKG

imt-proto

Version:
36 lines (35 loc) 728 B
{ "author": { "name": "Patrik Simek", "url": "https://www.integromat.com" }, "name": "imt-proto", "description": "Integromat Proto-Classes", "keywords": [ "integromat", "imt" ], "version": "1.4.0", "main": "index.js", "typescript": { "definition": "imt-proto.d.ts" }, "repository": { "type": "git", "url": "https://github.com/integromat/imt-proto" }, "license": "MIT", "dependencies": {}, "devDependencies": { "mocha": "^6.1.4", "typings": "^1.3.2" }, "engines": { "node": ">=4.0" }, "scripts": { "test": "npm run-script test-es5 && npm run-script test-es6", "test-es5": "IMT_ES=es5 mocha test", "test-es6": "IMT_ES=es6 mocha test" } }