UNPKG

saints-specification-nodejs

Version:
37 lines (36 loc) 953 B
{ "name": "saints-specification-nodejs", "version": "3.6.1", "description": "saints specification for nodejs", "main": "./lib/node/index.js", "module": "./lib/esm/browser.js", "scripts": { "build": "npx tsc -p tsconfig-es.json && npx tsc -p tsconfig-node.json" }, "files": [ "lib/" ], "repository": { "type": "git", "url": "git+https://github.com/mylady/saints-specification-nodejs.git" }, "keywords": [ "saints", "nodejs", "spec" ], "author": "mylady", "license": "Apache-2.0", "bugs": { "url": "https://github.com/mylady/saints-specification-nodejs/issues" }, "homepage": "https://github.com/mylady/saints-specification-nodejs#readme", "dependencies": { "got": "^11.8.1", "moment": "^2.29.1" }, "devDependencies": { "@types/node": "20.5.7", "typescript": "4.9.5" } }