promidea-test-package
Version:
Test NPM package for Promidea Proactive.
23 lines (22 loc) • 444 B
JSON
{
"name": "promidea-test-package",
"version": "1.0.0",
"description": "Test NPM package for Promidea Proactive.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Promidea",
"Proactive",
"Test",
"Package",
"NPM"
],
"author": "Promidea",
"license": "MIT",
"dependencies": {
"expr-eval": "^1.2.1"
},
"typings": "dist/index.d.ts"
}