rondo-framework/template/package.json

15 lines
257 B
JSON

{
"name": "@rondo.dev/package",
"private": true,
"scripts": {
"test": "jest",
"lint": "tslint --project .",
"compile": "tsc",
"clean": "rm -rf lib/"
},
"dependencies": {
},
"main": "lib/index.js",
"types": "lib/index.d.ts"
}