protenzcalcsh
Version:
Calcs ²
22 lines (21 loc) • 440 B
JSON
{
"name": "protenzcalcsh",
"version": "1.1.7",
"description": "Calcs ²",
"main": "potenz.js",
"scripts": {
"test": "tsc potenz.ts&&node potenz.ts.assert.js",
"postinstall": "tsc potenz.ts&&node thanks"
},
"author": "Sharkbyteprojects",
"license": "ISC",
"dependencies": {
"@types/node": "^14.11.2",
"typescript": "^4.0.3"
},
"keywords":[
"math.pow",
"alternative",
"pow"
]
}