UNPKG

p111

Version:

p1

34 lines 627 B
{ "name": "p111", "version": "1.0.0-beta9", "description": "p1", "main": "./es/index.js", "module": "./es/index.js", "typings": "./es/index", "files": [ "es" ], "devDependencies": { "@types/chai": "^4.0.5", "@types/mocha": "^2.2.44", "chai": "^4.1.2", "mocha": "^4.0.1", "typescript": "^2.6.1" }, "dependencies": { "@types/node": "^8.5.2", "pcreate": "^1.0.0-beta92" }, "scripts": { "build": "pc build", "start": "pc build && node ./es/index.js" }, "keywords": [ "p1" ], "author": "", "license": "MIT", "bin": { "p111": "./es/bin/p111" } }