Files
rough-notation/package.json
Preet Shihn d7a9a42f75 bump version
2020-05-27 00:49:29 -07:00

40 lines
1005 B
JSON

{
"name": "rough-notation",
"version": "0.1.0",
"description": "Annotate html",
"main": "lib/rough-notation.cjs.js",
"module": "lib/rough-notation.esm.js",
"browser": "lib/rough-notation.iife.js",
"types": "lib/rough-notation.d.ts",
"scripts": {
"build": "rm -rf lib && tsc && rollup -c",
"lint": "tslint -p tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/rough-notation.git"
},
"keywords": [
"annotate",
"rough",
"sketchy"
],
"author": "Preet Shihn",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/rough-notation/issues"
},
"homepage": "https://github.com/pshihn/rough-notation#readme",
"devDependencies": {
"rollup": "^2.10.9",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^6.1.0",
"tslint": "^6.1.2",
"typescript": "^3.9.3"
},
"dependencies": {
"roughjs": "^4.3.1"
}
}